#[unsafe(no_mangle)]pub extern "C" fn pamoja_mavlink_mission_sender_new(
target_system: u8,
target_component: u8,
mission_type: u8,
) -> *mut PamojaMavlinkMissionSenderExpand description
Creates a sender for a plan bound for a target vehicle, with no items yet.
§Arguments
target_system- the receiving system’s id.target_component- the receiving component’s id.mission_type- theMAV_MISSION_TYPEof the plan.
§Returns
A sender the caller releases with pamoja_mavlink_mission_sender_free.