mavlink v0.7.0 APM.Message.MissionWritePartialList View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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!