MeterLogger
|
Data Fields | |
int | fd |
IO_mode | mode |
size_t | fill |
size_t | read |
size_t | size |
size_t | total |
uint8_t | buf [] |
Definition at line 68 of file heatshrink.c.
uint8_t io_handle::buf[] |
Definition at line 75 of file heatshrink.c.
Referenced by handle_close(), handle_read(), and handle_sink().
int io_handle::fd |
Definition at line 69 of file heatshrink.c.
Referenced by handle_close(), handle_open(), handle_read(), handle_sink(), and report().
size_t io_handle::fill |
Definition at line 71 of file heatshrink.c.
Referenced by handle_close(), handle_drop(), handle_read(), and handle_sink().
IO_mode io_handle::mode |
Definition at line 70 of file heatshrink.c.
Referenced by handle_close(), handle_open(), handle_read(), and handle_sink().
size_t io_handle::read |
Definition at line 72 of file heatshrink.c.
Referenced by handle_drop(), and handle_read().
size_t io_handle::size |
Definition at line 73 of file heatshrink.c.
Referenced by handle_open(), handle_read(), and handle_sink().
size_t io_handle::total |
Definition at line 74 of file heatshrink.c.
Referenced by handle_close(), handle_read(), handle_sink(), and report().