#[unsafe(no_mangle)]pub extern "C" fn pamoja_mavlink_command_new(
command: u16,
max_retries: u8,
) -> *mut PamojaMavlinkCommandExpand description
Starts tracking a command.
§Arguments
command- theMAV_CMDid being sent.max_retries- how many times the command may be resent after a timeout before the caller gives up;PAMOJA_MAVLINK_MAX_RETRIESis the usual choice.
§Returns
A tracker the caller releases with pamoja_mavlink_command_free.