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

Macros

#define MAVLINK_MSG_ID_SENSOR_BIAS   172
 
#define MAVLINK_MSG_ID_SENSOR_BIAS_LEN   24
 
#define MAVLINK_MSG_ID_172_LEN   24
 
#define MAVLINK_MSG_ID_SENSOR_BIAS_CRC   168
 
#define MAVLINK_MSG_ID_172_CRC   168
 
#define MAVLINK_MESSAGE_INFO_SENSOR_BIAS
 

Typedefs

typedef struct
__mavlink_sensor_bias_t 
mavlink_sensor_bias_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SENSOR_BIAS
Value:
{ \
"SENSOR_BIAS", \
6, \
{ { "axBias", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_sensor_bias_t, axBias) }, \
{ "ayBias", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_sensor_bias_t, ayBias) }, \
{ "azBias", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_sensor_bias_t, azBias) }, \
{ "gxBias", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_sensor_bias_t, gxBias) }, \
{ "gyBias", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_sensor_bias_t, gyBias) }, \
{ "gzBias", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_sensor_bias_t, gzBias) }, \
} \
}
#define MAVLINK_MSG_ID_172_CRC   168
#define MAVLINK_MSG_ID_172_LEN   24
#define MAVLINK_MSG_ID_SENSOR_BIAS   172
#define MAVLINK_MSG_ID_SENSOR_BIAS_CRC   168
#define MAVLINK_MSG_ID_SENSOR_BIAS_LEN   24

Typedef Documentation