ROHC compression/decompression library
|
ROHC definitions for traces. More...
Go to the source code of this file.
Defines | |
#define | ROHC_PROFILE_GENERAL 0xffff |
Typedefs | |
typedef void(* | rohc_trace_callback_t )(const rohc_trace_level_t level, const rohc_trace_entity_t entity, const int profile, const char *const format,...) __attribute__((format(printf |
The function prototype for the trace callback. | |
Enumerations | |
enum | rohc_trace_level_t { ROHC_TRACE_DEBUG = 0, ROHC_TRACE_INFO = 1, ROHC_TRACE_WARNING = 2, ROHC_TRACE_ERROR = 3, ROHC_TRACE_LEVEL_MAX } |
enum | rohc_trace_entity_t { ROHC_TRACE_COMP = 0, ROHC_TRACE_DECOMP = 1, ROHC_TRACE_ENTITY_MAX } |
ROHC definitions for traces.
#define ROHC_PROFILE_GENERAL 0xffff |
A general profile number used for traces not related to a specific profile
Referenced by c_create_sc(), c_deliver_feedback(), c_generic_check_profile(), d_optimistic_feedback(), main(), rohc_activate_profile(), rohc_comp_add_rtp_port(), rohc_comp_force_contexts_reinit(), rohc_comp_get_general_info(), rohc_comp_get_last_packet_info(), rohc_comp_get_last_packet_info2(), rohc_comp_get_segment(), rohc_comp_piggyback_feedback(), rohc_comp_remove_rtp_port(), rohc_comp_reset_rtp_ports(), rohc_comp_set_mrru(), rohc_comp_set_periodic_refreshes(), rohc_comp_set_traces_cb(), rohc_comp_set_wlsb_window_width(), rohc_compress2(), rohc_decomp_get_last_packet_info(), rohc_decomp_set_cid_type(), rohc_decomp_set_max_cid(), rohc_decomp_set_mrru(), rohc_decomp_set_traces_cb(), rohc_decompress(), rohc_dump_packet(), rohc_feedback_flush(), rohc_feedback_remove_locked(), rohc_free_compressor(), rohc_free_decompressor(), and ts_decode_scaled().
typedef void(* rohc_trace_callback_t)(const rohc_trace_level_t level, const rohc_trace_entity_t entity, const int profile, const char *const format,...)__attribute__((format(printf |
The function prototype for the trace callback.
level | The level of the message, |
entity | The entity concerned by the traces, |
profile | The number of the profile concerned by the message |
format | The format string for the trace message |
enum rohc_trace_entity_t |
enum rohc_trace_level_t |