automotive-dlt
|
Go to the source code of this file.
Macros | |
#define | DLT_DAEMON_TIMINGPACKET_THREAD_STACKSIZE 100000 |
#define | DLT_DAEMON_ECU_VERSION_THREAD_STACKSIZE 100000 |
#define | DLT_DAEMON_RCVBUFSIZE 10024 |
#define | DLT_DAEMON_RCVBUFSIZESOCK 10024 |
#define | DLT_DAEMON_RCVBUFSIZESERIAL 10024 |
#define | DLT_DAEMON_TEXTSIZE 10024 |
#define | DLT_DAEMON_TEXTBUFSIZE 512 |
#define | DLT_DAEMON_DESCSIZE 256 |
#define | DLT_DAEMON_LOCK_FILE "dltd.lock" |
#define | DLT_DAEMON_UMASK 027 |
#define | DLT_DAEMON_LOCK_FILE_PERM 0640 |
#define | DLT_DAEMON_ECU_ID "ECU1" |
#define | DLT_DAEMON_SERIAL_DEFAULT_BAUDRATE 115200 |
Definition in file dlt-daemon_cfg.h.
#define DLT_DAEMON_DESCSIZE 256 |
Definition at line 95 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_process_user_message_register_application(), and dlt_daemon_process_user_message_register_context().
#define DLT_DAEMON_ECU_ID "ECU1" |
Definition at line 106 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_local_init_p2(), and dlt_daemon_process_user_message_log().
#define DLT_DAEMON_ECU_VERSION_THREAD_STACKSIZE 100000 |
Definition at line 79 of file dlt-daemon_cfg.h.
#define DLT_DAEMON_LOCK_FILE "dltd.lock" |
Definition at line 98 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_daemonize(), dlt_daemon_local_cleanup(), and dlt_daemon_signal_handler().
#define DLT_DAEMON_LOCK_FILE_PERM 0640 |
Definition at line 103 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_daemonize().
#define DLT_DAEMON_RCVBUFSIZE 10024 |
Definition at line 82 of file dlt-daemon_cfg.h.
Referenced by dlt_connection_get_receiver(), and dlt_daemon_send_ringbuffer_to_client().
#define DLT_DAEMON_RCVBUFSIZESERIAL 10024 |
Definition at line 86 of file dlt-daemon_cfg.h.
Referenced by dlt_connection_get_receiver().
#define DLT_DAEMON_RCVBUFSIZESOCK 10024 |
Definition at line 84 of file dlt-daemon_cfg.h.
Referenced by dlt_connection_get_receiver(), and dlt_gateway_store_connection().
#define DLT_DAEMON_SERIAL_DEFAULT_BAUDRATE 115200 |
Definition at line 109 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_init_serial().
#define DLT_DAEMON_TEXTBUFSIZE 512 |
Definition at line 92 of file dlt-daemon_cfg.h.
Referenced by dlt_config_file_read_file(), dlt_config_file_set_section_data(), dlt_connection_check_activate(), dlt_connection_create(), dlt_daemon_client_send_all(), dlt_daemon_client_send_all_multiple(), dlt_daemon_close_socket(), dlt_daemon_control_get_log_info(), dlt_daemon_daemonize(), dlt_daemon_handle_event(), dlt_daemon_init_fifo(), dlt_daemon_init_serial(), dlt_daemon_local_connection_init(), dlt_daemon_local_ecu_version_init(), dlt_daemon_local_init_p1(), dlt_daemon_local_init_p2(), dlt_daemon_process_client_connect(), dlt_daemon_process_control_connect(), dlt_daemon_process_one_s_timer(), dlt_daemon_process_sixty_s_timer(), dlt_daemon_process_user_message_log(), dlt_daemon_process_user_message_marker(), dlt_daemon_process_user_message_not_sup(), dlt_daemon_process_user_message_overflow(), dlt_daemon_process_user_message_register_application(), dlt_daemon_process_user_message_register_context(), dlt_daemon_process_user_message_set_app_ll_ts(), dlt_daemon_process_user_message_unregister_application(), dlt_daemon_process_user_message_unregister_context(), dlt_daemon_signal_handler(), dlt_daemon_socket_open(), dlt_gateway_check_control_messages(), dlt_gateway_configure(), dlt_gateway_process_gateway_timer(), dlt_gateway_process_passive_node_messages(), dlt_gateway_send_control_message(), dlt_logstorage_store_filters(), main(), and usage().
#define DLT_DAEMON_TEXTSIZE 10024 |
Definition at line 89 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_process_user_message_log().
#define DLT_DAEMON_TIMINGPACKET_THREAD_STACKSIZE 100000 |
Definition at line 76 of file dlt-daemon_cfg.h.
#define DLT_DAEMON_UMASK 027 |
Definition at line 101 of file dlt-daemon_cfg.h.
Referenced by dlt_daemon_daemonize().