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

struct c_windowwindow
 
uint8_t window_width
 
uint8_t next
 
uint8_t count
 

Detailed Description

One W-LSB encoding object.

Field Documentation

◆ count

uint8_t c_wlsb::count

The count of entries in the window

◆ next

uint8_t c_wlsb::next

A pointer on the next entry in the window

◆ window

struct c_window* c_wlsb::window

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

◆ window_width

uint8_t c_wlsb::window_width

The width of the window


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