automotive-dlt
|
#include <dlt_user.h>
Data Fields | |
char | contextID [DLT_ID_SIZE] |
int8_t | log_level |
int8_t * | log_level_ptr |
int8_t | trace_status |
int8_t * | trace_status_ptr |
char * | context_description |
DltUserInjectionCallback * | injection_table |
uint32_t | nrcallbacks |
void(* | log_level_changed_callback )(char context_id[DLT_ID_SIZE], uint8_t log_level, uint8_t trace_status) |
This structure is used in a table managing all contexts and the corresponding log levels in an application.
Definition at line 143 of file dlt_user.h.
char* dlt_ll_ts_type::context_description |
description of context
Definition at line 150 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_unregister_context(), and dlt_user_log_reattach_to_daemon().
char dlt_ll_ts_type::contextID[DLT_ID_SIZE] |
Context ID
Definition at line 145 of file dlt_user.h.
Referenced by dlt_register_context_ll_ts(), dlt_unregister_context(), dlt_user_log_check_user_message(), and dlt_user_log_reattach_to_daemon().
DltUserInjectionCallback* dlt_ll_ts_type::injection_table |
Table with pointer to injection functions and service ids
Definition at line 151 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_register_injection_callback(), dlt_unregister_context(), and dlt_user_log_check_user_message().
int8_t dlt_ll_ts_type::log_level |
Log level
Definition at line 146 of file dlt_user.h.
Referenced by dlt_register_context_ll_ts(), dlt_set_application_ll_ts_limit(), dlt_unregister_context(), and dlt_user_log_check_user_message().
void(* dlt_ll_ts_type::log_level_changed_callback) (char context_id[DLT_ID_SIZE], uint8_t log_level, uint8_t trace_status) |
Definition at line 155 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_register_log_level_changed_callback(), dlt_unregister_context(), and dlt_user_log_check_user_message().
int8_t* dlt_ll_ts_type::log_level_ptr |
Ptr to the log level
Definition at line 147 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_set_application_ll_ts_limit(), dlt_unregister_context(), and dlt_user_log_check_user_message().
uint32_t dlt_ll_ts_type::nrcallbacks |
Definition at line 152 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_register_injection_callback(), dlt_unregister_context(), and dlt_user_log_check_user_message().
int8_t dlt_ll_ts_type::trace_status |
Trace status
Definition at line 148 of file dlt_user.h.
Referenced by dlt_register_context_ll_ts(), dlt_set_application_ll_ts_limit(), dlt_unregister_context(), and dlt_user_log_check_user_message().
int8_t* dlt_ll_ts_type::trace_status_ptr |
Ptr to the trace status
Definition at line 149 of file dlt_user.h.
Referenced by dlt_free(), dlt_register_context_ll_ts(), dlt_set_application_ll_ts_limit(), dlt_unregister_context(), and dlt_user_log_check_user_message().