| 
    ROHC compression/decompression library
    
   | 
 
One W-LSB window entry. More...
#include <comp_wlsb.h>
Data Fields | |
| bool | used | 
| uint32_t | sn | 
| uint32_t | value | 
One W-LSB window entry.
| uint32_t c_window::sn | 
The Sequence Number (SN) associated with the entry (used to acknowledge the entry)
| bool c_window::used | 
Whether the window entry is used or not
| uint32_t c_window::value | 
The value stored in the window entry
 1.8.13