ROHC compression/decompression library
Data Fields
__attribute__ Struct Reference

Some information about the last compressed packet. More...

#include <rohc_comp.h>

Data Fields

unsigned short version_major
unsigned short version_minor
unsigned int context_id
bool is_context_init
rohc_mode context_mode
rohc_c_state context_state
bool context_used
int profile_id
rohc_packet_t packet_type
unsigned long total_last_uncomp_size
unsigned long header_last_uncomp_size
unsigned long total_last_comp_size
unsigned long header_last_comp_size
size_t contexts_nr
unsigned long packets_nr
unsigned long uncomp_bytes_nr
unsigned long comp_bytes_nr
rohc_d_state context_state
unsigned long nr_lost_packets
unsigned long nr_misordered_packets
bool is_duplicated

Detailed Description

Some information about the last compressed packet.

Some information about the last decompressed packet.

Some general information about the compressor.

Extensible version of rohc_comp_last_packet_info_t. Versioning works as follow:

Notes for developers:

Supported versions:

Versioning works as follow:

Notes for developers:

Supported versions:

Versioning works as follow:

Notes for developers:

Supported versions:


Field Documentation

The number of compressed bytes produced by the compressor

The Context ID (CID)

The mode of the last context used by the compressor

The state of the last context used by the compressor

The state of the last context used by the compressor

Whether the last context used by the compressor is still in use

The number of contexts used by the compressor

The compressed size (in bytes) of the last compressed header

The uncompressed size (in bytes) of the last compressed header

Whether the context was initialized (created/re-used) by the packet

Is last packet a (possible) duplicated packet?

The number of (possible) lost packet(s) before last packet

The number of packet(s) before the last packet if late

The type of ROHC packet created for the last compressed packet

The number of packets processed by the compressor

The profile ID of the last context used by the compressor

The compressed size (in bytes) of the last compressed packet

The uncompressed size (in bytes) of the last compressed packet

The number of uncompressed bytes received by the compressor

The major version of this structure

The minor version of this structure


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