ROHC compression/decompression library
Public Attributes
sc_uncompressed_context Struct Reference

The Uncompressed context. More...

#include <c_uncompressed.h>

List of all members.

Public Attributes

int ir_count
 The number of IR packets sent by the compressor.
int normal_count
 The number of Normal packets sent by the compressor.
int go_back_ir_count
 The number of packet sent while in non-IR states, used for the periodic refreshes of the context.

Detailed Description

The Uncompressed context.

The object defines the Uncompressed context that manages all kinds of packets and headers.


Member Data Documentation

The number of packet sent while in non-IR states, used for the periodic refreshes of the context.

See also:
uncompressed_periodic_down_transition

Referenced by c_uncompressed_create(), and uncompressed_periodic_down_transition().

The number of IR packets sent by the compressor.

Referenced by c_uncompressed_create(), uncompressed_change_state(), uncompressed_code_packet(), and uncompressed_decide_state().

The number of Normal packets sent by the compressor.

Referenced by c_uncompressed_create(), uncompressed_change_state(), and uncompressed_code_packet().


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