MeterLogger
Data Fields
io_handle Struct Reference
Collaboration diagram for io_handle:

Data Fields

int fd
 
IO_mode mode
 
size_t fill
 
size_t read
 
size_t size
 
size_t total
 
uint8_t buf []
 

Detailed Description

Definition at line 68 of file heatshrink.c.

Field Documentation

◆ buf

uint8_t io_handle::buf[]

Definition at line 75 of file heatshrink.c.

Referenced by handle_close(), handle_read(), and handle_sink().

◆ fd

int io_handle::fd

Definition at line 69 of file heatshrink.c.

Referenced by handle_close(), handle_open(), handle_read(), handle_sink(), and report().

◆ fill

size_t io_handle::fill

Definition at line 71 of file heatshrink.c.

Referenced by handle_close(), handle_drop(), handle_read(), and handle_sink().

◆ mode

IO_mode io_handle::mode

Definition at line 70 of file heatshrink.c.

Referenced by handle_close(), handle_open(), handle_read(), and handle_sink().

◆ read

size_t io_handle::read

Definition at line 72 of file heatshrink.c.

Referenced by handle_drop(), and handle_read().

◆ size

size_t io_handle::size

Definition at line 73 of file heatshrink.c.

Referenced by handle_open(), handle_read(), and handle_sink().

◆ total

size_t io_handle::total

Definition at line 74 of file heatshrink.c.

Referenced by handle_close(), handle_read(), handle_sink(), and report().


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