The version info structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
const char * | sdk_name |
The SDK name. More... | |
const char * | sdk_version_string |
The SDK version string. More... | |
const char * | sdk_build_time |
The SDK build time. More... | |
uint32_t | sdk_feature_flags |
The SDK feature flags. More... | |
The version info structure.
The version info structure contains the version information of the SDK.
const char* _slamtec_aurora_sdk_version_info_t::sdk_build_time |
The SDK build time.
The SDK build time is the build time of the SDK.
uint32_t _slamtec_aurora_sdk_version_info_t::sdk_feature_flags |
The SDK feature flags.
The SDK feature flags are the feature flags of the SDK.
const char* _slamtec_aurora_sdk_version_info_t::sdk_name |
The SDK name.
The SDK name is the name of the SDK.
const char* _slamtec_aurora_sdk_version_info_t::sdk_version_string |
The SDK version string.
The SDK version string is the version string of the SDK.