ROHC compression/decompression library
Data Fields
rohc_comp_last_packet_info_t Struct Reference

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

#include <rohc_comp.h>

Data Fields

rohc_mode context_mode
rohc_c_state context_state
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

Detailed Description

Some information about the last compressed packet.

Non-extensible version of rohc_comp_last_packet_info2_t


Field Documentation

The mode of the last context used by the compressor

Referenced by rohc_comp_get_last_packet_info().

The state of the last context used by the compressor

Referenced by rohc_comp_get_last_packet_info().

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

Referenced by rohc_comp_get_last_packet_info().

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

Referenced by rohc_comp_get_last_packet_info().

The type of ROHC packet created for the last compressed packet

Referenced by rohc_comp_get_last_packet_info().

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

Referenced by rohc_comp_get_last_packet_info().

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

Referenced by rohc_comp_get_last_packet_info().


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