DJI Version

2022-08-23
2.5 Ratings
2 customers rated

This is the header file for "psdk_version.c", defining the structure and (exported) function prototypes.

Define

Payload SDK major version num
When have incompatible API changes. Range from 0 to 99.

#define PSDK_VERSION_MAJOR     2 

Payload SDK minor version num
When add functionality in a backwards compatible manner changes. Range from 0 to 99.

#define PSDK_VERSION_MINOR     0
  • Payload SDK modify version num
    When have backwards compatible bug fixes changes. Range from 0 to 99.
#define PSDK_VERSION_MODIFY    0
  • Payload SDK version beta info, release version will be 0
    When beta version release changes. Range from 0 to 255.
#define PSDK_VERSION_BETA      0 
  • Payload SDK version build info
    When jenkins trigger build changes. Range from 0 to 65535.
#define PSDK_VERSION_BUILD     0
Last Updated: 8/23/2022, 8:30:21 AM
If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.