ROHC compression/decompression library
Public Attributes
d_lsb_decode Struct Reference

Least Significant Bits decoding object. More...

#include <lsb.h>

List of all members.

Public Attributes

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

Detailed Description

Least Significant Bits decoding object.


Member Data 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_decode(), and d_lsb_init().

The current reference value.

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


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