ROHC compression/decompression library
Data Fields
rohc_decomp_general_info_t Struct Reference

Some general information about the decompressor. More...

#include <rohc_decomp.h>

Data Fields

unsigned short version_major
unsigned short version_minor
size_t contexts_nr
unsigned long packets_nr
unsigned long comp_bytes_nr
unsigned long uncomp_bytes_nr

Detailed Description

Some general information about the decompressor.

The structure is used by the rohc_decomp_get_general_info function to store some general information about the decompressor.

Versioning works as follow:

Notes for developers:

Supported versions:

See also:
rohc_decomp_get_general_info

Field Documentation

The number of compressed bytes received by the decompressor

The number of contexts used by the decompressor

The number of packets processed by the decompressor

The number of uncompressed bytes produced by the decompressor

The major version of this structure

The minor version of this structure


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