ROHC compression/decompression library
|
ROHC medium (CID characteristics). More...
#include <rohc.h>
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. |
ROHC medium (CID characteristics).
anonymous enum |
enum { ... } medium::cid_type |
Large or small CID.
Possible values are: LARGE_CID, SMALL_CID. Small CID means CID in the interval and large CID means CID in the
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().
int medium::max_cid |
The maximum CID value.
Referenced by c_alloc_contexts(), rohc_alloc_compressor(), rohc_c_set_large_cid(), rohc_c_set_max_cid(), and rohc_c_statistics().