CCSDS 124.0-B-1 C 1.0.0
CCSDS 124.0-B-1 Lossless Compression
Loading...
Searching...
No Matches
Type Definitions

Data Structures

struct  ccsds124_params_t
 Compression parameters for a single packet. More...
 
struct  ccsds124_decompress_result_t
 Decompression result with accuracy guarantee status. More...
 

Typedefs

typedef struct bitvector bitvector_t
 
typedef struct bitbuffer bitbuffer_t
 
typedef struct ccsds124_compressor ccsds124_compressor_t
 
typedef struct ccsds124_decompressor ccsds124_decompressor_t
 

Detailed Description

Typedef Documentation

◆ bitbuffer_t

typedef struct bitbuffer bitbuffer_t

Variable-length output buffer

Definition at line 83 of file ccsds124.h.

◆ bitvector_t

typedef struct bitvector bitvector_t

Fixed-length bit vector

Definition at line 82 of file ccsds124.h.

◆ ccsds124_compressor_t

Compressor state

Definition at line 84 of file ccsds124.h.

◆ ccsds124_decompressor_t

Decompressor state (planned)

Definition at line 85 of file ccsds124.h.