Skip to main content

Module de

Module de 

Source
Expand description

C-ITS Message Decoding

Provides Rust and wasm functions to decode messages

Functionsยง

decode_etsi
Decodes an ASN.1 message with headers. Supported encoding rules are UPER, JER, and XER. JSON and XML strings are expected as UTF-8 slices.
decode_from_jer_buf_etsi and non-WebAssembly
Decodes some ASN.1 data type from JER buffer
decode_from_jer_str_etsi and non-WebAssembly
Decodes some ASN.1 data type from JER string
decode_from_uper_etsi and non-WebAssembly
Decodes some ASN.1 data type from UPER buffer
decode_from_xer_buf_etsi and non-WebAssembly
Decodes some ASN.1 data type from XER buffer
decode_from_xer_str_etsi and non-WebAssembly
Decodes some ASN.1 data type from XER string
decode_gn_btp_headerstransport
Decodes the GeoNetworking and BTP headers and returns the remaining data