|
static int | dlt_daemon_log_internal (DltDaemon *daemon, DltDaemonLocal *daemon_local, char *str, int verbose) |
|
void | usage () |
|
int | option_handling (DltDaemonLocal *daemon_local, int argc, char *argv[]) |
|
int | option_file_parser (DltDaemonLocal *daemon_local) |
|
int | main (int argc, char *argv[]) |
|
int | dlt_daemon_local_init_p1 (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
int | dlt_daemon_local_init_p2 (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
static int | dlt_daemon_init_serial (DltDaemonLocal *daemon_local) |
|
static int | dlt_daemon_init_fifo (DltDaemonLocal *daemon_local) |
|
int | dlt_daemon_local_connection_init (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
int | dlt_daemon_local_ecu_version_init (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
void | dlt_daemon_local_cleanup (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
void | dlt_daemon_signal_handler (int sig) |
|
void | dlt_daemon_daemonize (int verbose) |
|
int | dlt_daemon_process_client_connect (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_client_messages (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_client_messages_serial (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_control_connect (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_control_messages (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
static int | dlt_daemon_process_user_message_not_sup (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_user_messages (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *receiver, int verbose) |
|
int | dlt_daemon_process_user_message_overflow (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_send_message_overflow (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
int | dlt_daemon_process_user_message_register_application (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_register_context (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_unregister_application (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_unregister_context (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_log (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_set_app_ll_ts (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_log_mode (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_process_user_message_marker (DltDaemon *daemon, DltDaemonLocal *daemon_local, DltReceiver *rec, int verbose) |
|
int | dlt_daemon_send_ringbuffer_to_client (DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|
int | create_timer_fd (DltDaemonLocal *daemon_local, int period_sec, int starts_in, DltTimers timer_id) |
|
int | dlt_daemon_close_socket (int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) |
|