DJI Payload SDK  1.5.3
Macros
Psdk Compass State

Macros

#define IS_PSDK_COMPASS_STATE(STATE)
 Judge whether input value is compass state. More...
 

Detailed Description

Macro Definition Documentation

◆ IS_PSDK_COMPASS_STATE

#define IS_PSDK_COMPASS_STATE (   STATE)
Value:
(((STATE) == PSDK_COMPASS_STATE_NORMAL) || \
#define PSDK_COMPASS_STATE_NORMAL
Definition: psdk_cmdset_msg_push.h:155
#define PSDK_COMPASS_STATE_ABNORMAL
Definition: psdk_cmdset_msg_push.h:156

Judge whether input value is compass state.