ROHC compression/decompression library
Public Types | Public Attributes
medium Struct Reference

ROHC medium (CID characteristics). More...

#include <rohc.h>

List of all members.

Public Types

enum  { LARGE_CID, SMALL_CID }
 Large or small CID. More...

Public Attributes

enum medium:: { ... }  cid_type
 Large or small CID.
int max_cid
 The maximum CID value.

Detailed Description

ROHC medium (CID characteristics).


Member Enumeration Documentation

anonymous enum

Large or small CID.

Possible values are: LARGE_CID, SMALL_CID. Small CID means CID in the $[0-15]$ interval and large CID means CID in the $[0-65535]$ interval.

Enumerator:
LARGE_CID 

The context uses large CID (value in the $[0-65535]$ interval)

SMALL_CID 

The context uses small CID (value in the $[0-15]$ interval)


Member Data Documentation

enum { ... } medium::cid_type

Large or small CID.

Possible values are: LARGE_CID, SMALL_CID. Small CID means CID in the $[0-15]$ interval and large CID means CID in the $[0-65535]$ interval.

Referenced by c_assessment_size(), c_deliver_feedback(), code_cid_values(), d_change_mode_feedback(), rohc_alloc_compressor(), rohc_c_set_large_cid(), rohc_c_set_max_cid(), rohc_c_statistics(), rohc_c_using_small_cid(), and rohc_decompress_both().


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