ROHC compression/decompression library
Data Fields
rohc_lsb_decode Struct Reference

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]
 

Detailed Description

The Least Significant Bits (LSB) decoding object.

See RFC 3095, ยง4.5.1

Field Documentation

◆ is_init

bool rohc_lsb_decode::is_init

Whether the reference value was initialized

◆ max_len

size_t rohc_lsb_decode::max_len

The max length (in bits) of the uncomp. field

◆ v_ref_d

uint32_t rohc_lsb_decode::v_ref_d[ROHC_LSB_REF_MAX]

The reference values (ref -1 and ref 0)


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