Skip to main content

pamoja_mavlink_parser_free

Function pamoja_mavlink_parser_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_mavlink_parser_free( parser: *mut PamojaMavlinkParser, )
Expand description

Releases a parser.

§Arguments

  • parser - the handle to release; null is ignored.

§Safety

parser must have come from pamoja_mavlink_parser_new and must not be used afterwards.