![]() |
DJI Payload SDK
1.5.3
|
Data Structures | |
struct | T_PsdkAppFuncWidgetListItem |
Widget detail information. More... | |
union | U_AppFuncWidgetValue |
Widget Value Union. More... | |
struct | T_PsdkAppFuncWidgetValueItem |
Widget based parameters and value structure. More... | |
struct | T_PsdkAppFuncWidgetProperty |
Widget property structure. More... | |
Enumerations | |
enum | E_PsdkAppFuncWidgetType { PSDK_APPFUNC_WIDGET_TYPE_BUTTON = 1, PSDK_APPFUNC_WIDGET_TYPE_SWITCH = 2, PSDK_APPFUNC_WIDGET_TYPE_SCALE = 3, PSDK_APPFUNC_WIDGET_TYPE_LIST = 4, PSDK_APPFUNC_WIDGET_TYPE_INT_INPUT_BOX = 5 } |
Widget Type. More... | |
enum | E_PsdkAppFuncButtonVal { PSDK_APPFUNC_BUTTON_VAL_PRESS_DOWN = 1, PSDK_APPFUNC_BUTTON_VAL_RELEASE_UP = 0 } |
Button State. More... | |
enum | E_PsdkAppFuncSwitchVal { PSDK_APPFUNC_SWITCH_VAL_OFF = 0, PSDK_APPFUNC_SWITCH_VAL_ON = 1 } |
Switch State. More... | |
enum | E_PsdkAppFuncTextInputBoxDisplayControlFlag { PSDK_APPFUNC_TEXT_INPUT_BOX_NOT_DISPLAY = 0, PSDK_APPFUNC_TEXT_INPUT_BOX_DISPLAY = 1 } |
Text Input Box Display Control Flag. More... | |
Widget Type.