MeterLogger
Data Fields
config Struct Reference
Collaboration diagram for config:

Data Fields

uint8_t window_sz2
 
uint8_t lookahead_sz2
 
size_t decoder_input_buffer_size
 
size_t buffer_size
 
uint8_t verbose
 
Operation cmd
 
char * in_fname
 
char * out_fname
 
io_handlein
 
io_handleout
 

Detailed Description

Definition at line 78 of file heatshrink.c.

Field Documentation

◆ buffer_size

size_t config::buffer_size

Definition at line 82 of file heatshrink.c.

Referenced by main(), and proc_args().

◆ cmd

Operation config::cmd

Definition at line 84 of file heatshrink.c.

Referenced by main(), and proc_args().

◆ decoder_input_buffer_size

size_t config::decoder_input_buffer_size

Definition at line 81 of file heatshrink.c.

Referenced by decode(), and proc_args().

◆ in

io_handle* config::in

Definition at line 87 of file heatshrink.c.

Referenced by close_and_report(), decode(), encode(), main(), and report().

◆ in_fname

char* config::in_fname

Definition at line 85 of file heatshrink.c.

Referenced by main(), proc_args(), and report().

◆ lookahead_sz2

uint8_t config::lookahead_sz2

Definition at line 80 of file heatshrink.c.

Referenced by decode(), encode(), proc_args(), and report().

◆ out

io_handle* config::out

Definition at line 88 of file heatshrink.c.

Referenced by close_and_report(), decoder_sink_read(), encoder_sink_read(), main(), and report().

◆ out_fname

char* config::out_fname

Definition at line 86 of file heatshrink.c.

Referenced by main(), and proc_args().

◆ verbose

uint8_t config::verbose

Definition at line 83 of file heatshrink.c.

Referenced by close_and_report(), and proc_args().

◆ window_sz2

uint8_t config::window_sz2

Definition at line 79 of file heatshrink.c.

Referenced by decode(), encode(), proc_args(), and report().


The documentation for this struct was generated from the following file: