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

Macros

#define MAVLINK_MSG_ID_VFR_HUD   74
 
#define MAVLINK_MSG_ID_VFR_HUD_LEN   20
 
#define MAVLINK_MSG_ID_74_LEN   20
 
#define MAVLINK_MSG_ID_VFR_HUD_CRC   20
 
#define MAVLINK_MSG_ID_74_CRC   20
 
#define MAVLINK_MESSAGE_INFO_VFR_HUD
 

Typedefs

typedef struct __mavlink_vfr_hud_t mavlink_vfr_hud_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_VFR_HUD
Value:
{ \
"VFR_HUD", \
6, \
{ { "airspeed", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_vfr_hud_t, airspeed) }, \
{ "groundspeed", NULL, MAVLINK_TYPE_FLOAT, 0, 4, offsetof(mavlink_vfr_hud_t, groundspeed) }, \
{ "alt", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_vfr_hud_t, alt) }, \
{ "climb", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_vfr_hud_t, climb) }, \
{ "heading", NULL, MAVLINK_TYPE_INT16_T, 0, 16, offsetof(mavlink_vfr_hud_t, heading) }, \
{ "throttle", NULL, MAVLINK_TYPE_UINT16_T, 0, 18, offsetof(mavlink_vfr_hud_t, throttle) }, \
} \
}
struct throttle_correction_config throttle
Definition: config.h:98
#define MAVLINK_MSG_ID_74_CRC   20
#define MAVLINK_MSG_ID_74_LEN   20
#define MAVLINK_MSG_ID_VFR_HUD   74
#define MAVLINK_MSG_ID_VFR_HUD_CRC   20
#define MAVLINK_MSG_ID_VFR_HUD_LEN   20

Typedef Documentation