MeterLogger
|
Go to the source code of this file.
Macros | |
#define | HEATSHRINK_AUTHOR "Scott Vokes <scott.vokes@atomicobject.com>" |
#define | HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" |
#define | HEATSHRINK_VERSION_MAJOR 0 |
#define | HEATSHRINK_VERSION_MINOR 3 |
#define | HEATSHRINK_VERSION_PATCH 1 |
#define | HEATSHRINK_MIN_WINDOW_BITS 4 |
#define | HEATSHRINK_MAX_WINDOW_BITS 15 |
#define | HEATSHRINK_MIN_LOOKAHEAD_BITS 2 |
#define | HEATSHRINK_LITERAL_MARKER 0x01 |
#define | HEATSHRINK_BACKREF_MARKER 0x00 |
#define HEATSHRINK_AUTHOR "Scott Vokes <scott.vokes@atomicobject.com>" |
Definition at line 4 of file heatshrink_common.h.
#define HEATSHRINK_BACKREF_MARKER 0x00 |
Definition at line 18 of file heatshrink_common.h.
Referenced by st_yield_tag_bit().
#define HEATSHRINK_LITERAL_MARKER 0x01 |
Definition at line 17 of file heatshrink_common.h.
Referenced by st_yield_tag_bit().
#define HEATSHRINK_MAX_WINDOW_BITS 15 |
Definition at line 13 of file heatshrink_common.h.
Referenced by encoder_alloc_should_reject_invalid_arguments(), heatshrink_decoder_alloc(), and heatshrink_encoder_alloc().
#define HEATSHRINK_MIN_LOOKAHEAD_BITS 2 |
Definition at line 15 of file heatshrink_common.h.
Referenced by encoder_alloc_should_reject_invalid_arguments(), heatshrink_decoder_alloc(), and heatshrink_encoder_alloc().
#define HEATSHRINK_MIN_WINDOW_BITS 4 |
Definition at line 12 of file heatshrink_common.h.
Referenced by decoder_alloc_should_reject_excessively_small_window(), decoder_alloc_should_reject_zero_byte_input_buffer(), decoder_poll_should_reject_null_output_buffer(), decoder_poll_should_reject_null_output_size_pointer(), decoder_poll_should_return_empty_if_empty(), decoder_sink_should_reject_excessively_large_input(), decoder_sink_should_reject_null_count_pointer(), decoder_sink_should_reject_null_input_pointer(), decoder_sink_should_sink_data_when_preconditions_hold(), encoder_alloc_should_reject_invalid_arguments(), heatshrink_decoder_alloc(), and heatshrink_encoder_alloc().
#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" |
Definition at line 5 of file heatshrink_common.h.
#define HEATSHRINK_VERSION_MAJOR 0 |
Definition at line 8 of file heatshrink_common.h.
#define HEATSHRINK_VERSION_MINOR 3 |
Definition at line 9 of file heatshrink_common.h.
#define HEATSHRINK_VERSION_PATCH 1 |
Definition at line 10 of file heatshrink_common.h.