UAV Version Information
The header file for PSDK to retrieve version information is uav_version.h
. This document describes the macro definitions in the uav_version.h
file.
Function
function get_uav_sdk_version
- Function: Get the PSDK version number.
- product: all
char *get_uav_sdk_version(void);
- Parameternone:
- Return Valuechar *:Version number string, e.g., "v2.1.0.0".