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

Macros

#define MAVLINK_MSG_ID_VOLT_SENSOR   191
 
#define MAVLINK_MSG_ID_VOLT_SENSOR_LEN   5
 
#define MAVLINK_MSG_ID_191_LEN   5
 
#define MAVLINK_MSG_ID_VOLT_SENSOR_CRC   17
 
#define MAVLINK_MSG_ID_191_CRC   17
 
#define MAVLINK_MESSAGE_INFO_VOLT_SENSOR
 

Typedefs

typedef struct
__mavlink_volt_sensor_t 
mavlink_volt_sensor_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_VOLT_SENSOR
Value:
{ \
"VOLT_SENSOR", \
3, \
{ { "voltage", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_volt_sensor_t, voltage) }, \
{ "reading2", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_volt_sensor_t, reading2) }, \
{ "r2Type", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_volt_sensor_t, r2Type) }, \
} \
}
#define MAVLINK_MSG_ID_191_CRC   17
#define MAVLINK_MSG_ID_191_LEN   5
#define MAVLINK_MSG_ID_VOLT_SENSOR   191
#define MAVLINK_MSG_ID_VOLT_SENSOR_CRC   17
#define MAVLINK_MSG_ID_VOLT_SENSOR_LEN   5

Typedef Documentation