Common.Message.MissionWritePartialList (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

This message is sent to the MAV to write a partial list. If start index == end index, only one item will be transmitted / updated. If the start index is NOT 0 and above the current list size, this request should be REJECTED!

Types

t()

@type t() :: %Common.Message.MissionWritePartialList{
  end_index: XMAVLink.Types.int16_t(),
  mission_type: Common.Types.mav_mission_type(),
  start_index: XMAVLink.Types.int16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}

This message is sent to the MAV to write a partial list. If start index == end index, only one item will be transmitted / updated. If the start index is NOT 0 and above the current list size, this request should be REJECTED!