From 71a7aae2c7e3451293ad7e96b07efa5329e12b86 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 4 Oct 2011 17:34:25 +0200 Subject: First version of DLT system mamager. --- testscripts/dlt.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testscripts') 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 # -- cgit v1.2.1