|
ROHC compression/decompression library
|
The Least Significant Bits (LSB) decoding object. More...
Data Fields | |
| bool | is_init |
| uint32_t | v_ref_d |
| rohc_lsb_shift_t | p |
| size_t | max_len |
The Least Significant Bits (LSB) decoding object.
See RFC 3095, ยง4.5.1
Whether the reference value was initialized
Referenced by rohc_lsb_decode(), rohc_lsb_get_ref(), rohc_lsb_new(), and rohc_lsb_set_ref().
| size_t rohc_lsb_decode::max_len |
The max length (in bits) of the uncomp. field
Referenced by rohc_lsb_decode(), and rohc_lsb_new().
The p shift parameter
Referenced by rohc_lsb_new().
| uint32_t rohc_lsb_decode::v_ref_d |
The reference value
Referenced by rohc_lsb_get_ref(), and rohc_lsb_set_ref().
1.7.6.1