automotive-dlt
|
#include <dlt_daemon_common.h>
Data Fields | |
char | apid [DLT_ID_SIZE] |
char | ctid [DLT_ID_SIZE] |
int8_t | log_level |
int8_t | trace_status |
int | log_level_pos |
int | user_handle |
char * | context_description |
int8_t | storage_log_level |
The parameters of a daemon context.
Definition at line 130 of file dlt_daemon_common.h.
char DltDaemonContext::apid[DLT_ID_SIZE] |
application id
Definition at line 132 of file dlt_daemon_common.h.
Referenced by dlt_daemon_cmp_apid_ctid(), dlt_daemon_context_add(), dlt_daemon_context_del(), dlt_daemon_context_find(), dlt_daemon_contexts_save(), dlt_daemon_find_multiple_context_and_send(), dlt_daemon_process_user_message_register_context(), dlt_daemon_process_user_message_unregister_application(), dlt_daemon_user_send_log_level(), and dlt_logstorage_update_all_contexts().
char* DltDaemonContext::context_description |
context description
Definition at line 138 of file dlt_daemon_common.h.
Referenced by dlt_daemon_context_add(), dlt_daemon_context_del(), dlt_daemon_contexts_clear(), dlt_daemon_contexts_save(), dlt_daemon_control_get_log_info(), and dlt_daemon_process_user_message_register_context().
char DltDaemonContext::ctid[DLT_ID_SIZE] |
context id
Definition at line 133 of file dlt_daemon_common.h.
Referenced by dlt_daemon_cmp_apid_ctid(), dlt_daemon_context_add(), dlt_daemon_context_find(), dlt_daemon_contexts_save(), dlt_daemon_control_get_log_info(), dlt_daemon_find_multiple_context_and_send(), dlt_daemon_process_user_message_register_context(), dlt_daemon_process_user_message_unregister_application(), dlt_daemon_user_send_log_level(), and dlt_logstorage_update_all_contexts().
int8_t DltDaemonContext::log_level |
the current log level of the context
Definition at line 134 of file dlt_daemon_common.h.
Referenced by dlt_daemon_context_add(), dlt_daemon_contexts_save(), dlt_daemon_control_get_log_info(), dlt_daemon_control_set_log_level(), dlt_daemon_process_user_message_set_app_ll_ts(), dlt_daemon_send_log_level(), dlt_daemon_user_send_all_update(), dlt_daemon_user_send_default_update(), and dlt_daemon_user_send_log_level().
int DltDaemonContext::log_level_pos |
offset of context in context field on user application
Definition at line 136 of file dlt_daemon_common.h.
Referenced by dlt_daemon_context_add(), dlt_daemon_control_callsw_cinjection(), and dlt_daemon_user_send_log_level().
int8_t DltDaemonContext::storage_log_level |
log level set for offline logstorage
Definition at line 139 of file dlt_daemon_common.h.
Referenced by dlt_daemon_process_user_message_register_context(), dlt_daemon_user_send_log_level(), dlt_logstorage_update_all_contexts(), and dlt_logstorage_update_context().
int8_t DltDaemonContext::trace_status |
the current trace status of the context
Definition at line 135 of file dlt_daemon_common.h.
Referenced by dlt_daemon_context_add(), dlt_daemon_contexts_save(), dlt_daemon_control_get_log_info(), dlt_daemon_control_set_trace_status(), dlt_daemon_process_user_message_set_app_ll_ts(), dlt_daemon_user_send_default_update(), and dlt_daemon_user_send_log_level().
int DltDaemonContext::user_handle |
connection handle for connection to user application
Definition at line 137 of file dlt_daemon_common.h.
Referenced by dlt_daemon_context_add(), dlt_daemon_contexts_invalidate_fd(), dlt_daemon_control_callsw_cinjection(), dlt_daemon_control_set_trace_status(), dlt_daemon_process_user_message_register_context(), dlt_daemon_process_user_message_set_app_ll_ts(), dlt_daemon_send_log_level(), dlt_daemon_user_send_all_update(), dlt_daemon_user_send_default_update(), and dlt_daemon_user_send_log_level().