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

Macros

#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL   174
 
#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL_LEN   48
 
#define MAVLINK_MSG_ID_174_LEN   48
 
#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL_CRC   167
 
#define MAVLINK_MSG_ID_174_CRC   167
 
#define MAVLINK_MESSAGE_INFO_AIRSPEED_AUTOCAL
 

Typedefs

typedef struct
__mavlink_airspeed_autocal_t 
mavlink_airspeed_autocal_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_AIRSPEED_AUTOCAL
Value:
{ \
"AIRSPEED_AUTOCAL", \
12, \
{ { "vx", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_airspeed_autocal_t, vx) }, \
{ "vy", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_airspeed_autocal_t, vy) }, \
{ "vz", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_airspeed_autocal_t, vz) }, \
{ "diff_pressure", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_airspeed_autocal_t, diff_pressure) }, \
{ "EAS2TAS", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_airspeed_autocal_t, EAS2TAS) }, \
{ "ratio", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_airspeed_autocal_t, ratio) }, \
{ "state_x", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_airspeed_autocal_t, state_x) }, \
{ "state_y", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_airspeed_autocal_t, state_y) }, \
{ "state_z", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_airspeed_autocal_t, state_z) }, \
{ "Pax", NULL, MAVLINK_TYPE_FLOAT, 0, 36, offsetof(mavlink_airspeed_autocal_t, Pax) }, \
{ "Pby", NULL, MAVLINK_TYPE_FLOAT, 0, 40, offsetof(mavlink_airspeed_autocal_t, Pby) }, \
{ "Pcz", NULL, MAVLINK_TYPE_FLOAT, 0, 44, offsetof(mavlink_airspeed_autocal_t, Pcz) }, \
} \
}
#define MAVLINK_MSG_ID_174_CRC   167
#define MAVLINK_MSG_ID_174_LEN   48
#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL   174
#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL_CRC   167
#define MAVLINK_MSG_ID_AIRSPEED_AUTOCAL_LEN   48

Typedef Documentation