| 
    ROHC compression/decompression library
    
   | 
 
One W-LSB encoding object. More...
#include <comp_wlsb.h>

Data Fields | |
| size_t | window_width | 
| size_t | oldest | 
| size_t | next | 
| size_t | count | 
| size_t | bits | 
| rohc_lsb_shift_t | p | 
| struct c_window | window [ROHC_WLSB_WIDTH_MAX] | 
One W-LSB encoding object.
| size_t c_wlsb::bits | 
The maximal number of bits for representing the value
| size_t c_wlsb::count | 
The count of entries in the window
| size_t c_wlsb::next | 
A pointer on the current entry in the window (change on add and ack)
| size_t c_wlsb::oldest | 
A pointer on the oldest entry in the window (change on acknowledgement)
| rohc_lsb_shift_t c_wlsb::p | 
The shift parameter (see 4.5.2 in the RFC 3095)
| struct c_window c_wlsb::window[ROHC_WLSB_WIDTH_MAX] | 
The window in which previous values of the encoded value are stored
| size_t c_wlsb::window_width | 
The width of the window
 1.8.13