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

Macros

#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW   92
 
#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW_LEN   33
 
#define MAVLINK_MSG_ID_92_LEN   33
 
#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW_CRC   54
 
#define MAVLINK_MSG_ID_92_CRC   54
 
#define MAVLINK_MESSAGE_INFO_HIL_RC_INPUTS_RAW
 

Typedefs

typedef struct
__mavlink_hil_rc_inputs_raw_t 
mavlink_hil_rc_inputs_raw_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_HIL_RC_INPUTS_RAW
Value:
{ \
"HIL_RC_INPUTS_RAW", \
14, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_hil_rc_inputs_raw_t, time_usec) }, \
{ "chan1_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_hil_rc_inputs_raw_t, chan1_raw) }, \
{ "chan2_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_hil_rc_inputs_raw_t, chan2_raw) }, \
{ "chan3_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_hil_rc_inputs_raw_t, chan3_raw) }, \
{ "chan4_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 14, offsetof(mavlink_hil_rc_inputs_raw_t, chan4_raw) }, \
{ "chan5_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 16, offsetof(mavlink_hil_rc_inputs_raw_t, chan5_raw) }, \
{ "chan6_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 18, offsetof(mavlink_hil_rc_inputs_raw_t, chan6_raw) }, \
{ "chan7_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 20, offsetof(mavlink_hil_rc_inputs_raw_t, chan7_raw) }, \
{ "chan8_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 22, offsetof(mavlink_hil_rc_inputs_raw_t, chan8_raw) }, \
{ "chan9_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 24, offsetof(mavlink_hil_rc_inputs_raw_t, chan9_raw) }, \
{ "chan10_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 26, offsetof(mavlink_hil_rc_inputs_raw_t, chan10_raw) }, \
{ "chan11_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 28, offsetof(mavlink_hil_rc_inputs_raw_t, chan11_raw) }, \
{ "chan12_raw", NULL, MAVLINK_TYPE_UINT16_T, 0, 30, offsetof(mavlink_hil_rc_inputs_raw_t, chan12_raw) }, \
{ "rssi", NULL, MAVLINK_TYPE_UINT8_T, 0, 32, offsetof(mavlink_hil_rc_inputs_raw_t, rssi) }, \
} \
}
#define MAVLINK_MSG_ID_92_CRC   54
#define MAVLINK_MSG_ID_92_LEN   33
#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW   92
#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW_CRC   54
#define MAVLINK_MSG_ID_HIL_RC_INPUTS_RAW_LEN   33

Typedef Documentation