ROHC compression/decompression library
Data Fields
rohc_decomp_context_info_t Struct Reference

Some information about one decompression context. More...

#include <rohc_decomp.h>

Data Fields

unsigned short version_major
 
unsigned short version_minor
 
unsigned long packets_nr
 
unsigned long comp_bytes_nr
 
unsigned long uncomp_bytes_nr
 
unsigned long corrected_crc_failures
 
unsigned long corrected_sn_wraparounds
 
unsigned long corrected_wrong_sn_updates
 

Detailed Description

Some information about one decompression context.

The structure is used by the rohc_decomp_get_context_info function to store some information about one decompression context.

Versioning works as follow:

Notes for developers:

Supported versions:

See also
rohc_decomp_get_context_info

Field Documentation

◆ comp_bytes_nr

unsigned long rohc_decomp_context_info_t::comp_bytes_nr

The number of compressed bytes received by the context

◆ corrected_crc_failures

unsigned long rohc_decomp_context_info_t::corrected_crc_failures

The number of successful corrections upon CRC failure

◆ corrected_sn_wraparounds

unsigned long rohc_decomp_context_info_t::corrected_sn_wraparounds

The number of successful corrections of SN wraparound upon CRC failure

◆ corrected_wrong_sn_updates

unsigned long rohc_decomp_context_info_t::corrected_wrong_sn_updates

The number of successful corrections of incorrect SN updates upon CRC failure

◆ packets_nr

unsigned long rohc_decomp_context_info_t::packets_nr

The number of packets processed by the context

◆ uncomp_bytes_nr

unsigned long rohc_decomp_context_info_t::uncomp_bytes_nr

The number of uncompressed bytes produced by the context

◆ version_major

unsigned short rohc_decomp_context_info_t::version_major

The major version of this structure

◆ version_minor

unsigned short rohc_decomp_context_info_t::version_minor

The minor version of this structure


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