![]() |
DJI Payload SDK
1.5.3
|
Macros | |
#define | APPFUNC_MAX_WIDGET_COUNT 30 |
#define | APPFUNC_MAX_WIDGET_NAME_SIZE 32 |
#define | APPFUNC_LIST_MAX_ITEM_NUM 10 |
#define | APPFUNC_LIST_MAX_ITEM_NAME_SIZE 16 |
#define | APPFUNC_INT_INPUT_BOX_PROMPT_CHAR_MAX_SIZE 32 |
#define | APPFUNC_WIDGET_VALUE_GROUP_MAX_ITEM_COUNT 15 |
#define | APPFUNC_WIDGET_SCALE_MIN_VALUE 0 |
#define | APPFUNC_WIDGET_SCALE_MAX_VALUE 100 |
#define APPFUNC_MAX_WIDGET_COUNT 30 |
Max widget count PSDK supported
#define APPFUNC_MAX_WIDGET_NAME_SIZE 32 |
Max size of widget name
#define APPFUNC_LIST_MAX_ITEM_NUM 10 |
Max list item number
#define APPFUNC_LIST_MAX_ITEM_NAME_SIZE 16 |
Max size of list item name
#define APPFUNC_INT_INPUT_BOX_PROMPT_CHAR_MAX_SIZE 32 |
Max size of additional prompt string of input box widget
#define APPFUNC_WIDGET_VALUE_GROUP_MAX_ITEM_COUNT 15 |
Max item count of widget group, used when "Get Widget Value Group Data" command
#define APPFUNC_WIDGET_SCALE_MIN_VALUE 0 |
Scale widget min value
#define APPFUNC_WIDGET_SCALE_MAX_VALUE 100 |
Scale widget max value