View Source APM.Message.V2Extension (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

Message implementing parts of the V2 payload specs in V1 frames for transitional support.

Link to this section Types

@type t() :: %APM.Message.V2Extension{
  message_type: MAVLink.Types.uint16_t(),
  payload: [MAVLink.Types.uint8_t()],
  target_component: MAVLink.Types.uint8_t(),
  target_network: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Message implementing parts of the V2 payload specs in V1 frames for transitional support.