DJI Version
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