| automotive-dlt
    | 
#include <dlt-system.h>
| Data Fields | |
| int | Enable | 
| char * | ContextId | 
| int | TimeStartup | 
| int | TimeDelay | 
| int | TimeoutBetweenLogs | 
| char * | TempDir | 
| int | Count | 
| int | Compression [DLT_SYSTEM_LOG_DIRS_MAX] | 
| int | CompressionLevel [DLT_SYSTEM_LOG_DIRS_MAX] | 
| char * | Directory [DLT_SYSTEM_LOG_DIRS_MAX] | 
Definition at line 114 of file dlt-system.h.
| int FiletransferOptions::Compression[DLT_SYSTEM_LOG_DIRS_MAX] | 
Definition at line 124 of file dlt-system.h.
Referenced by init_configuration(), read_configuration_file(), and send_one().
| int FiletransferOptions::CompressionLevel[DLT_SYSTEM_LOG_DIRS_MAX] | 
Definition at line 125 of file dlt-system.h.
Referenced by flush_dir_compress(), init_configuration(), read_configuration_file(), and send_one().
| char* FiletransferOptions::ContextId | 
Definition at line 116 of file dlt-system.h.
Referenced by filetransfer_thread(), init_configuration(), and read_configuration_file().
| int FiletransferOptions::Count | 
Definition at line 123 of file dlt-system.h.
Referenced by init_configuration(), init_filetransfer_dirs(), read_configuration_file(), and wait_for_files().
| char* FiletransferOptions::Directory[DLT_SYSTEM_LOG_DIRS_MAX] | 
Definition at line 126 of file dlt-system.h.
Referenced by flush_dir(), flush_dir_original(), init_configuration(), init_filetransfer_dirs(), read_configuration_file(), and wait_for_files().
| int FiletransferOptions::Enable | 
Definition at line 115 of file dlt-system.h.
Referenced by init_configuration(), read_configuration_file(), and start_threads().
| char* FiletransferOptions::TempDir | 
Definition at line 120 of file dlt-system.h.
Referenced by read_configuration_file().
| int FiletransferOptions::TimeDelay | 
Definition at line 118 of file dlt-system.h.
Referenced by filetransfer_thread(), init_configuration(), read_configuration_file(), and send_one().
| int FiletransferOptions::TimeoutBetweenLogs | 
Definition at line 119 of file dlt-system.h.
Referenced by init_configuration(), read_configuration_file(), and send_dumped_file().
| int FiletransferOptions::TimeStartup | 
Definition at line 117 of file dlt-system.h.
Referenced by filetransfer_thread(), init_configuration(), and read_configuration_file().