mavlink v0.7.0 APM.Message.MissionClearAll 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.MissionClearAll{
mission_type: APM.Types.mav_mission_type(),
target_component: MAVLink.Types.uint8_t(),
target_system: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.MissionClearAll{ mission_type: APM.Types.mav_mission_type(), target_component: MAVLink.Types.uint8_t(), target_system: MAVLink.Types.uint8_t() }
Delete all mission items at once.