ROHC compression/decompression library
|
The Least Significant Bits (LSB) decoding object. More...
#include <decomp_wlsb.h>
Data Fields | |
bool | is_init |
size_t | max_len |
uint32_t | v_ref_d [ROHC_LSB_REF_MAX] |
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
size_t rohc_lsb_decode::max_len |
The max length (in bits) of the uncomp. field
uint32_t rohc_lsb_decode::v_ref_d[ROHC_LSB_REF_MAX] |
The reference values (ref -1 and ref 0)