Module dlt_core::parse[][src]

Enums

DltParseError

Errors that can happen during parsing

ParsedMessage

Used when producing messages in a stream, indicates if messages where filtered or could not be parsed

Constants

DLT_PATTERN

DLT pattern at the start of a storage header

Functions

dlt_consume_msg

Skip one dlt message in the input stream in an efficient way

dlt_message

Parse a DLT-message from some binary input data.

dlt_zero_terminated_string

Extracts the string in a byte sequence up to the \0 termination character

forward_to_next_storage_header

Skips ahead in input array up to the next storage header

skip_storage_header

Remove the storage header from the input if present