NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_set_mode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_set_mode_t
 

Macros

#define MAVLINK_MSG_ID_SET_MODE   11
 
#define MAVLINK_MSG_ID_SET_MODE_LEN   6
 
#define MAVLINK_MSG_ID_11_LEN   6
 
#define MAVLINK_MSG_ID_SET_MODE_CRC   89
 
#define MAVLINK_MSG_ID_11_CRC   89
 
#define MAVLINK_MESSAGE_INFO_SET_MODE
 

Typedefs

typedef struct __mavlink_set_mode_t mavlink_set_mode_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SET_MODE
Value:
{ \
"SET_MODE", \
3, \
{ { "custom_mode", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_set_mode_t, custom_mode) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_set_mode_t, target_system) }, \
{ "base_mode", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_set_mode_t, base_mode) }, \
} \
}
#define MAVLINK_MSG_ID_11_CRC   89
#define MAVLINK_MSG_ID_11_LEN   6
#define MAVLINK_MSG_ID_SET_MODE   11
#define MAVLINK_MSG_ID_SET_MODE_CRC   89
#define MAVLINK_MSG_ID_SET_MODE_LEN   6

Typedef Documentation