Common.Message.SupportedTunes (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Tune formats supported by vehicle. This should be emitted as response to MAV_CMD_REQUEST_MESSAGE.

Types

t()

@type t() :: %Common.Message.SupportedTunes{
  format: MapSet.t(Common.Types.tune_format()),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}

Tune formats supported by vehicle. This should be emitted as response to MAV_CMD_REQUEST_MESSAGE.