ROHC compression/decompression library
Data Fields
d_lsb_decode Struct Reference

Least Significant Bits decoding object. More...

#include <lsb.h>

Data Fields

uint32_t v_ref_d
 The current reference value.
uint32_t old_v_ref_d
 The previous reference value.
short p
 The p shift parameter (see 4.5.1 in the RFC 3095)

Detailed Description

Least Significant Bits decoding object.


Field Documentation

The previous reference value.

Referenced by d_get_lsb_old_ref(), d_lsb_init(), and d_lsb_sync_ref().

The p shift parameter (see 4.5.1 in the RFC 3095)

Referenced by d_lsb_decode32(), d_lsb_init(), and main().

The current reference value.

Referenced by d_get_lsb_ref(), d_lsb_decode32(), d_lsb_init(), d_lsb_sync_ref(), and d_lsb_update().


The documentation for this struct was generated from the following file: