NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_mount_configure.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_mount_configure_t
 

Macros

#define MAVLINK_MSG_ID_MOUNT_CONFIGURE   156
 
#define MAVLINK_MSG_ID_MOUNT_CONFIGURE_LEN   6
 
#define MAVLINK_MSG_ID_156_LEN   6
 
#define MAVLINK_MSG_ID_MOUNT_CONFIGURE_CRC   19
 
#define MAVLINK_MSG_ID_156_CRC   19
 
#define MAVLINK_MESSAGE_INFO_MOUNT_CONFIGURE
 

Typedefs

typedef struct
__mavlink_mount_configure_t 
mavlink_mount_configure_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MOUNT_CONFIGURE
Value:
{ \
"MOUNT_CONFIGURE", \
6, \
{ { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_mount_configure_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_mount_configure_t, target_component) }, \
{ "mount_mode", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_mount_configure_t, mount_mode) }, \
{ "stab_roll", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_mount_configure_t, stab_roll) }, \
{ "stab_pitch", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_mount_configure_t, stab_pitch) }, \
{ "stab_yaw", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_mount_configure_t, stab_yaw) }, \
} \
}
#define MAVLINK_MSG_ID_156_CRC   19
#define MAVLINK_MSG_ID_156_LEN   6
#define MAVLINK_MSG_ID_MOUNT_CONFIGURE   156
#define MAVLINK_MSG_ID_MOUNT_CONFIGURE_CRC   19
#define MAVLINK_MSG_ID_MOUNT_CONFIGURE_LEN   6

Typedef Documentation