diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-10-04 17:34:25 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-10-04 17:34:25 +0200 |
commit | 71a7aae2c7e3451293ad7e96b07efa5329e12b86 (patch) | |
tree | f2d75b369ca4f5ec9fb44e9a19566e70d87735d3 /testscripts | |
parent | c37ecb5031eebc36bfba8be0d741ec858e8898f7 (diff) | |
download | DLT-daemon-71a7aae2c7e3451293ad7e96b07efa5329e12b86.tar.gz |
First version of DLT system mamager.
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/dlt.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf index ac4cdf8..629794d 100644 --- a/testscripts/dlt.conf +++ b/testscripts/dlt.conf @@ -19,29 +19,29 @@ # SendContextRegistration = 1 # Send automatic time packets every second if client is connected (Default: 0) -SendMessageTime = 1 +# SendMessageTime = 1 # Set ECU ID (Default: ECU1) ECUId = ENAT # Size of shared memory (Default: 100000) -SharedMemorySize = 4000000 +SharedMemorySize = 40000 # Directory where to store the persistant configuration (Default: /tmp) -PersistanceStoragePath = /home/alex/tmp +# PersistanceStoragePath = /tmp ######################################################################## # Offline Trace memory # ######################################################################## # Store DLT messages to local directory, if not set offline Trace is off (Default: off) -OfflineTraceDirectory = /home/alex/tmp +# OfflineTraceDirectory = /tmp # Maximum size in bytes of one trace file (Default: 1000000) -OfflineTraceFileSize = 1000000 +# OfflineTraceFileSize = 1000000 # Maximum size of all trace files (Default: 4000000) -OfflineTraceMaxSize = 4000000 +# OfflineTraceMaxSize = 4000000 ######################################################################## # Local console output configuration # |