automotive-dlt
|
#include "dlt-system.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
DLT_DECLARE_CONTEXT (dltsystem) | |
Definition in file dlt-system.c.
DLT_DECLARE_CONTEXT | ( | dltsystem | ) |
Definition at line 59 of file dlt-system.c.
References DltSystemConfiguration::ApplicationId, config, DltSystemCliOptions::ConfigurationFileName, DltSystemCliOptions::Daemonize, daemonize(), DLT_LOG, DLT_LOG_DEBUG, DLT_LOG_ERROR, DLT_LOG_FATAL, DLT_LOG_INFO, DLT_REGISTER_APP, DLT_REGISTER_CONTEXT, DLT_STRING, dlt_system_signal_handler(), join_threads(), read_command_line(), read_configuration_file(), and start_threads().