Skip to main content

pamoja_mavlink_schema_crc_extra

Function pamoja_mavlink_schema_crc_extra 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_mavlink_schema_crc_extra( schema: *const PamojaMavlinkSchema, ) -> u8
Expand description

Returns the CRC_EXTRA seed a schema implies.

§Arguments

  • schema - the shape to read.

§Returns

The seed, or 0 if schema is null.

§Safety

schema must be a live schema handle or null.