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

Macros

#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE   70
 
#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE_LEN   18
 
#define MAVLINK_MSG_ID_70_LEN   18
 
#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE_CRC   124
 
#define MAVLINK_MSG_ID_70_CRC   124
 
#define MAVLINK_MESSAGE_INFO_RC_CHANNELS_OVERRIDE
 

Typedefs

typedef struct
__mavlink_rc_channels_override_t 
mavlink_rc_channels_override_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RC_CHANNELS_OVERRIDE
Value:
{ \
"RC_CHANNELS_OVERRIDE", \
10, \
{ { "chan1_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_rc_channels_override_t, chan1_raw) }, \
{ "chan2_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_rc_channels_override_t, chan2_raw) }, \
{ "chan3_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_rc_channels_override_t, chan3_raw) }, \
{ "chan4_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_rc_channels_override_t, chan4_raw) }, \
{ "chan5_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_rc_channels_override_t, chan5_raw) }, \
{ "chan6_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_rc_channels_override_t, chan6_raw) }, \
{ "chan7_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_rc_channels_override_t, chan7_raw) }, \
{ "chan8_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 14, offsetof(mavlink_rc_channels_override_t, chan8_raw) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 16, offsetof(mavlink_rc_channels_override_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 17, offsetof(mavlink_rc_channels_override_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_70_CRC   124
#define MAVLINK_MSG_ID_70_LEN   18
#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE   70
#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE_CRC   124
#define MAVLINK_MSG_ID_RC_CHANNELS_OVERRIDE_LEN   18

Typedef Documentation