View Source APM.Message.MissionWritePartialList (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %APM.Message.MissionWritePartialList{ end_index: MAVLink.Types.int16_t(), mission_type: APM.Types.mav_mission_type(), start_index: MAVLink.Types.int16_t(), target_component: MAVLink.Types.uint8_t(), target_system: MAVLink.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!