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

Macros

#define MAVLINK_MSG_ID_AP_ADC   153
 
#define MAVLINK_MSG_ID_AP_ADC_LEN   12
 
#define MAVLINK_MSG_ID_153_LEN   12
 
#define MAVLINK_MSG_ID_AP_ADC_CRC   188
 
#define MAVLINK_MSG_ID_153_CRC   188
 
#define MAVLINK_MESSAGE_INFO_AP_ADC
 

Typedefs

typedef struct __mavlink_ap_adc_t mavlink_ap_adc_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_AP_ADC
Value:
{ \
"AP_ADC", \
6, \
{ { "adc1", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_ap_adc_t, adc1) }, \
{ "adc2", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_ap_adc_t, adc2) }, \
{ "adc3", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_ap_adc_t, adc3) }, \
{ "adc4", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_ap_adc_t, adc4) }, \
{ "adc5", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_ap_adc_t, adc5) }, \
{ "adc6", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_ap_adc_t, adc6) }, \
} \
}
#define MAVLINK_MSG_ID_153_CRC   188
#define MAVLINK_MSG_ID_153_LEN   12
#define MAVLINK_MSG_ID_AP_ADC   153
#define MAVLINK_MSG_ID_AP_ADC_CRC   188
#define MAVLINK_MSG_ID_AP_ADC_LEN   12

Typedef Documentation