NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
__mavlink_vfr_hud_t Struct Reference

#include <mavlink_msg_vfr_hud.h>

Data Fields

float airspeed
 Current airspeed in m/s. More...
 
float groundspeed
 Current ground speed in m/s. More...
 
float alt
 Current altitude (MSL), in meters. More...
 
float climb
 Current climb rate in meters/second. More...
 
int16_t heading
 Current heading in degrees, in compass units (0..360, 0=north) More...
 
uint16_t throttle
 Current throttle setting in integer percent, 0 to 100. More...
 

Field Documentation

float __mavlink_vfr_hud_t::airspeed

Current airspeed in m/s.

float __mavlink_vfr_hud_t::alt

Current altitude (MSL), in meters.

float __mavlink_vfr_hud_t::climb

Current climb rate in meters/second.

float __mavlink_vfr_hud_t::groundspeed

Current ground speed in m/s.

int16_t __mavlink_vfr_hud_t::heading

Current heading in degrees, in compass units (0..360, 0=north)

uint16_t __mavlink_vfr_hud_t::throttle

Current throttle setting in integer percent, 0 to 100.


The documentation for this struct was generated from the following file: