[][src]Module x3::decoder

Functions

decode_block

Decode a block of compressed x3 data. This function will determine weather to use the Rice Code method, or the BFP method.

decode_frame

Decode an individual frame.

decode_frames

Decode all available frames found in bytes.

move_to_next_frame
read_frame_header

Parse the frame header and return the payload. The Frame header and payload contain CRCs, theses will be checked and errors returned if the CRC does not match.