# `Common.Message.VfrHud`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L4511)

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
