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

Macros

#define MAVLINK_MSG_ID_RAW_AUX   172
 
#define MAVLINK_MSG_ID_RAW_AUX_LEN   16
 
#define MAVLINK_MSG_ID_172_LEN   16
 
#define MAVLINK_MSG_ID_RAW_AUX_CRC   182
 
#define MAVLINK_MSG_ID_172_CRC   182
 
#define MAVLINK_MESSAGE_INFO_RAW_AUX
 

Typedefs

typedef struct __mavlink_raw_aux_t mavlink_raw_aux_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RAW_AUX
Value:
{ \
"RAW_AUX", \
7, \
{ { "baro", NULL, MAVLINK_TYPE_INT32_T, 0, 0, offsetof(mavlink_raw_aux_t, baro) }, \
{ "adc1", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_raw_aux_t, adc1) }, \
{ "adc2", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_raw_aux_t, adc2) }, \
{ "adc3", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_raw_aux_t, adc3) }, \
{ "adc4", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_raw_aux_t, adc4) }, \
{ "vbat", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_raw_aux_t, vbat) }, \
{ "temp", NULL, MAVLINK_TYPE_INT16_T, 0, 14, offsetof(mavlink_raw_aux_t, temp) }, \
} \
}
Definition: barometer.h:33
#define MAVLINK_MSG_ID_172_CRC   182
#define MAVLINK_MSG_ID_172_LEN   16
#define MAVLINK_MSG_ID_RAW_AUX   172
#define MAVLINK_MSG_ID_RAW_AUX_CRC   182
#define MAVLINK_MSG_ID_RAW_AUX_LEN   16

Typedef Documentation