mavlink v0.7.0 APM.Message.VfrHud View Source

Link to this section Summary

Types

t()

Metrics typically displayed on a HUD for fixed wing aircraft.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.VfrHud{
  airspeed: Float32,
  alt: Float32,
  climb: Float32,
  groundspeed: Float32,
  heading: MAVLink.Types.int16_t(),
  throttle: MAVLink.Types.uint16_t()
}

Metrics typically displayed on a HUD for fixed wing aircraft.