|
CTS-SAT-1-OBC-Firmware
|
#include <heatshrink_encoder.h>

Public Attributes | |
| uint16_t | input_size |
| uint16_t | match_scan_index |
| uint16_t | match_length |
| uint16_t | match_pos |
| uint16_t | outgoing_bits |
| uint8_t | outgoing_bits_count |
| uint8_t | flags |
| uint8_t | state |
| uint8_t | current_byte |
| uint8_t | bit_index |
| uint8_t | window_sz2 |
| uint8_t | lookahead_sz2 |
| struct hs_index * | search_index |
| uint8_t | buffer [] |
| uint8_t heatshrink_encoder::bit_index |
| uint8_t heatshrink_encoder::buffer[] |
| uint8_t heatshrink_encoder::current_byte |
| uint8_t heatshrink_encoder::flags |
| uint16_t heatshrink_encoder::input_size |
| uint8_t heatshrink_encoder::lookahead_sz2 |
| uint16_t heatshrink_encoder::match_length |
| uint16_t heatshrink_encoder::match_pos |
| uint16_t heatshrink_encoder::match_scan_index |
| uint16_t heatshrink_encoder::outgoing_bits |
| uint8_t heatshrink_encoder::outgoing_bits_count |
| struct hs_index* heatshrink_encoder::search_index |
| uint8_t heatshrink_encoder::state |
| uint8_t heatshrink_encoder::window_sz2 |