ROHC compression/decompression library
|
One W-LSB encoding object. More...
#include <comp_wlsb.h>
Data Fields | |
struct c_window * | window |
uint8_t | window_width |
uint8_t | next |
uint8_t | count |
One W-LSB encoding object.
uint8_t c_wlsb::count |
The count of entries in the window
uint8_t c_wlsb::next |
A pointer on the next entry in the window
struct c_window* c_wlsb::window |
The window in which previous values of the encoded value are stored
uint8_t c_wlsb::window_width |
The width of the window