ROHC compression/decompression library
Data Fields
c_wlsb Struct Reference

One W-LSB encoding object. More...

#include <comp_wlsb.h>

Collaboration diagram for c_wlsb:
Collaboration graph
[legend]

Data Fields

size_t window_width
 
size_t oldest
 
size_t next
 
size_t count
 
size_t bits
 
rohc_lsb_shift_t p
 
struct c_window window [ROHC_WLSB_WIDTH_MAX]
 

Detailed Description

One W-LSB encoding object.

Field Documentation

◆ bits

size_t c_wlsb::bits

The maximal number of bits for representing the value

◆ count

size_t c_wlsb::count

The count of entries in the window

◆ next

size_t c_wlsb::next

A pointer on the current entry in the window (change on add and ack)

◆ oldest

size_t c_wlsb::oldest

A pointer on the oldest entry in the window (change on acknowledgement)

◆ p

rohc_lsb_shift_t c_wlsb::p

The shift parameter (see 4.5.2 in the RFC 3095)

◆ window

struct c_window c_wlsb::window[ROHC_WLSB_WIDTH_MAX]

The window in which previous values of the encoded value are stored

◆ window_width

size_t c_wlsb::window_width

The width of the window


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