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

Macros

#define MAVLINK_MSG_ID_AIRSPEEDS   182
 
#define MAVLINK_MSG_ID_AIRSPEEDS_LEN   16
 
#define MAVLINK_MSG_ID_182_LEN   16
 
#define MAVLINK_MSG_ID_AIRSPEEDS_CRC   154
 
#define MAVLINK_MSG_ID_182_CRC   154
 
#define MAVLINK_MESSAGE_INFO_AIRSPEEDS
 

Typedefs

typedef struct
__mavlink_airspeeds_t 
mavlink_airspeeds_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_AIRSPEEDS
Value:
{ \
"AIRSPEEDS", \
7, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_airspeeds_t, time_boot_ms) }, \
{ "airspeed_imu", NULL, MAVLINK_TYPE_INT16_T, 0, 4, offsetof(mavlink_airspeeds_t, airspeed_imu) }, \
{ "airspeed_pitot", NULL, MAVLINK_TYPE_INT16_T, 0, 6, offsetof(mavlink_airspeeds_t, airspeed_pitot) }, \
{ "airspeed_hot_wire", NULL, MAVLINK_TYPE_INT16_T, 0, 8, offsetof(mavlink_airspeeds_t, airspeed_hot_wire) }, \
{ "airspeed_ultrasonic", NULL, MAVLINK_TYPE_INT16_T, 0, 10, offsetof(mavlink_airspeeds_t, airspeed_ultrasonic) }, \
{ "aoa", NULL, MAVLINK_TYPE_INT16_T, 0, 12, offsetof(mavlink_airspeeds_t, aoa) }, \
{ "aoy", NULL, MAVLINK_TYPE_INT16_T, 0, 14, offsetof(mavlink_airspeeds_t, aoy) }, \
} \
}
#define MAVLINK_MSG_ID_182_CRC   154
#define MAVLINK_MSG_ID_182_LEN   16
#define MAVLINK_MSG_ID_AIRSPEEDS   182
#define MAVLINK_MSG_ID_AIRSPEEDS_CRC   154
#define MAVLINK_MSG_ID_AIRSPEEDS_LEN   16

Typedef Documentation