Module recording_decoder

Source
Expand description

Functions in this module allow to decode a byte stream conforming to the VBus Recording File Format.

Functionsยง

data_from_bytes
Convert slice of bytes to respective Data variant.
data_from_checked_bytes
Convert slice of bytes to respective Data variant.
length_from_bytes
Checks the provided slice of bytes whether it contains a valid VBus record.
timestamp_from_checked_bytes
Convert slice of bytes to DateTime<Utc> object.