| 
    ROHC compression/decompression library
    
   | 
 
The Least Significant Bits (LSB) decoding object. More...
#include <decomp_wlsb.h>
Data Fields | |
| uint32_t | v_ref_d [ROHC_LSB_REF_MAX] | 
| bool | is_init | 
| uint8_t | max_len | 
| uint8_t | unused [6] | 
The Least Significant Bits (LSB) decoding object.
See RFC 3095, ยง4.5.1
| bool rohc_lsb_decode::is_init | 
Whether the reference value was initialized
| uint8_t rohc_lsb_decode::max_len | 
The max length (in bits) of the uncomp. field
| uint8_t rohc_lsb_decode::unused[6] | 
| uint32_t rohc_lsb_decode::v_ref_d[ROHC_LSB_REF_MAX] | 
The reference values (ref -1 and ref 0)
 1.8.14