View Source Common.Message.VfrHud (xmavlink_util v0.4.0)

Link to this section Summary

Types

t()

Metrics typically displayed on a HUD for fixed wing aircraft.

Link to this section Types

@type t() :: %Common.Message.VfrHud{
  airspeed: Float32,
  alt: Float32,
  climb: Float32,
  groundspeed: Float32,
  heading: XMAVLink.Types.int16_t(),
  throttle: XMAVLink.Types.uint16_t()
}

Metrics typically displayed on a HUD for fixed wing aircraft.