mavlink v0.7.0 APM.Message.V2Extension View Source

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

Link to this type

t() View Source
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.