ROHC compression/decompression library
Data Fields
d_context Struct Reference

The ROHC decompression context. More...

#include <rohc_decomp_internals.h>

Collaboration diagram for d_context:
Collaboration graph
[legend]

Data Fields

unsigned int cid
struct rohc_decompdecompressor
struct d_profileprofile
void * specific
rohc_mode mode
rohc_d_state state
unsigned int latest_used
unsigned int first_used
int curval
int total_uncompressed_size
int total_compressed_size
int header_uncompressed_size
int header_compressed_size
int num_recv_packets
int num_recv_ir
int num_recv_ir_dyn
int num_sent_feedbacks
int num_decomp_failures
int num_decomp_repairs
struct c_wlsbtotal_16_uncompressed
struct c_wlsbtotal_16_compressed
struct c_wlsbheader_16_uncompressed
struct c_wlsbheader_16_compressed
unsigned long nr_lost_packets
unsigned long nr_misordered_packets
bool is_duplicated

Detailed Description

The ROHC decompression context.


Field Documentation

unsigned int d_context::cid

The Context IDentifier (CID)

Variable related to feedback interval

Referenced by rohc_decompress().

unsigned int d_context::first_used

Usage timestamp

The average size of the compressed headers

The average size of the uncompressed headers

Is last packet a (possible) duplicated packet?

Referenced by rohc_decomp_get_last_packet_info().

unsigned int d_context::latest_used

Usage timestamp

The operation mode in which the context operates

Referenced by d_change_mode_feedback(), d_optimistic_feedback(), rohc_decomp_get_last_packet_info(), and rohc_decompress().

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

Referenced by rohc_decomp_get_last_packet_info().

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

Referenced by rohc_decomp_get_last_packet_info().

Referenced by rohc_decompress().

Referenced by d_optimistic_feedback().

The operation state in which the context operates

Referenced by d_generic_decode(), d_optimistic_feedback(), rohc_decomp_get_last_packet_info(), and rohc_decompress().

Referenced by rohc_decompress().

Referenced by rohc_decompress().

The average size of the compressed packets

Referenced by rohc_decompress().

The average size of the uncompressed packets

Referenced by rohc_decompress().


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