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

Macros

#define MAVLINK_MSG_ID_SENS_BATMON   209
 
#define MAVLINK_MSG_ID_SENS_BATMON_LEN   24
 
#define MAVLINK_MSG_ID_209_LEN   24
 
#define MAVLINK_MSG_ID_SENS_BATMON_CRC   12
 
#define MAVLINK_MSG_ID_209_CRC   12
 
#define MAVLINK_MESSAGE_INFO_SENS_BATMON
 

Typedefs

typedef struct
__mavlink_sens_batmon_t 
mavlink_sens_batmon_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SENS_BATMON
Value:
{ \
"SENS_BATMON", \
12, \
{ { "temperature", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_sens_batmon_t, temperature) }, \
{ "voltage", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_sens_batmon_t, voltage) }, \
{ "current", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_sens_batmon_t, current) }, \
{ "batterystatus", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_sens_batmon_t, batterystatus) }, \
{ "serialnumber", NULL, MAVLINK_TYPE_UINT16_T, 0, 8, offsetof(mavlink_sens_batmon_t, serialnumber) }, \
{ "hostfetcontrol", NULL, MAVLINK_TYPE_UINT16_T, 0, 10, offsetof(mavlink_sens_batmon_t, hostfetcontrol) }, \
{ "cellvoltage1", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_sens_batmon_t, cellvoltage1) }, \
{ "cellvoltage2", NULL, MAVLINK_TYPE_UINT16_T, 0, 14, offsetof(mavlink_sens_batmon_t, cellvoltage2) }, \
{ "cellvoltage3", NULL, MAVLINK_TYPE_UINT16_T, 0, 16, offsetof(mavlink_sens_batmon_t, cellvoltage3) }, \
{ "cellvoltage4", NULL, MAVLINK_TYPE_UINT16_T, 0, 18, offsetof(mavlink_sens_batmon_t, cellvoltage4) }, \
{ "cellvoltage5", NULL, MAVLINK_TYPE_UINT16_T, 0, 20, offsetof(mavlink_sens_batmon_t, cellvoltage5) }, \
{ "cellvoltage6", NULL, MAVLINK_TYPE_UINT16_T, 0, 22, offsetof(mavlink_sens_batmon_t, cellvoltage6) }, \
} \
}
#define MAVLINK_MSG_ID_209_CRC   12
#define MAVLINK_MSG_ID_209_LEN   24
#define MAVLINK_MSG_ID_SENS_BATMON   209
#define MAVLINK_MSG_ID_SENS_BATMON_CRC   12
#define MAVLINK_MSG_ID_SENS_BATMON_LEN   24

Typedef Documentation