automotive-dlt
|
Go to the source code of this file.
Definition in file dlt_user_cfg.h.
#define DLT_PM_AUTOMATIC 1 |
Definition at line 153 of file dlt_user_cfg.h.
Referenced by dlt_init_common(), and dlt_user_log_send_log().
#define DLT_PM_FORCE_OFF 3 |
Definition at line 155 of file dlt_user_cfg.h.
Referenced by dlt_init_common(), and dlt_user_log_send_log().
#define DLT_PM_FORCE_ON 2 |
Definition at line 154 of file dlt_user_cfg.h.
Referenced by dlt_init_common(), and dlt_user_log_send_log().
#define DLT_PM_UNSET 0 |
Definition at line 152 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_ATEXIT_RESEND_BUFFER_EXIT_TIMEOUT 100000 |
Definition at line 138 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_ATEXIT_RESEND_BUFFER_SLEEP 100000 |
Definition at line 141 of file dlt_user_cfg.h.
Referenced by dlt_user_atexit_blow_out_user_buffer().
#define DLT_USER_BUFFER_LENGTH 255 |
Definition at line 89 of file dlt_user_cfg.h.
Referenced by dlt_fork_parent_fork_handler(), dlt_forward_msg(), dlt_init(), dlt_init_common(), dlt_init_file(), dlt_lock_mutex(), dlt_stop_threads(), dlt_user_atexit_blow_out_user_buffer(), dlt_user_check_library_version(), dlt_user_log_reattach_to_daemon(), and dlt_user_log_send_log().
#define DLT_USER_CONTEXT_ALLOC_SIZE 500 |
Definition at line 93 of file dlt_user_cfg.h.
Referenced by dlt_register_context_ll_ts().
#define DLT_USER_DEFAULT_ECU_ID "ECU1" |
Definition at line 108 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_DEFAULT_MSGID 0xffff |
Definition at line 129 of file dlt_user_cfg.h.
Referenced by dlt_user_log_write_start().
#define DLT_USER_ENV_BUFFER_MAX_SIZE "DLT_USER_BUFFER_MAX" |
Definition at line 85 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_ENV_BUFFER_MIN_SIZE "DLT_USER_BUFFER_MIN" |
Definition at line 84 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_ENV_BUFFER_STEP_SIZE "DLT_USER_BUFFER_STEP" |
Definition at line 86 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_ENV_LOCAL_PRINT_MODE "DLT_LOCAL_PRINT_MODE" |
Definition at line 135 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_INITIAL_LOG_LEVEL DLT_LOG_INFO |
Definition at line 111 of file dlt_user_cfg.h.
Referenced by dlt_register_context_ll_ts(), and dlt_unregister_context().
#define DLT_USER_INITIAL_TRACE_STATUS DLT_TRACE_STATUS_OFF |
Definition at line 114 of file dlt_user_cfg.h.
Referenced by dlt_register_context_ll_ts(), and dlt_unregister_context().
#define DLT_USER_INJECTION_MIN 0xFFF |
Definition at line 149 of file dlt_user_cfg.h.
Referenced by dlt_register_injection_callback().
#define DLT_USER_MAX_FILENAME_LENGTH 255 |
Definition at line 96 of file dlt_user_cfg.h.
Referenced by dlt_free(), and dlt_init().
#define DLT_USER_MAX_LIB_VERSION_LENGTH 3 |
Definition at line 99 of file dlt_user_cfg.h.
Referenced by dlt_user_check_library_version().
#define DLT_USER_RCVBUF_MAX_SIZE 10024 |
Definition at line 76 of file dlt_user_cfg.h.
Referenced by dlt_init().
#define DLT_USER_RECEIVE_DELAY 100000 |
Definition at line 132 of file dlt_user_cfg.h.
Referenced by dlt_user_receiverthread_function().
#define DLT_USER_RECEIVERTHREAD_STACKSIZE 100000 |
Definition at line 105 of file dlt_user_cfg.h.
#define DLT_USER_RINGBUFFER_MAX_SIZE 500000 |
Definition at line 80 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_RINGBUFFER_MIN_SIZE 50000 |
Definition at line 79 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_RINGBUFFER_STEP_SIZE 50000 |
Definition at line 81 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_TEXT_LENGTH 10024 |
Definition at line 102 of file dlt_user_cfg.h.
Referenced by dlt_user_print_msg().
#define DLT_USER_USE_EXTENDED_HEADER_FOR_NONVERBOSE 1 |
Definition at line 117 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_WITH_ECU_ID 1 |
Definition at line 126 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_WITH_SESSION_ID 1 |
Definition at line 120 of file dlt_user_cfg.h.
Referenced by dlt_init_common().
#define DLT_USER_WITH_TIMESTAMP 1 |
Definition at line 123 of file dlt_user_cfg.h.
Referenced by dlt_init_common().