summaryrefslogtreecommitdiff
path: root/testscripts
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-18 13:40:57 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-18 13:40:57 +0200
commit8e7817ca22559f477b7624b8885dd06c32144e4e (patch)
treee874b693c7a137bd461f9d50923b52764f7801d1 /testscripts
parentc14ff33f94913a5ad5a58b46facfa95705b7cfc4 (diff)
downloadDLT-daemon-8e7817ca22559f477b7624b8885dd06c32144e4e.tar.gz
Prepared new version number and new config files installation.
Diffstat (limited to 'testscripts')
-rwxr-xr-xtestscripts/CMakeLists.txt1
-rw-r--r--testscripts/dlt.conf81
2 files changed, 1 insertions, 81 deletions
diff --git a/testscripts/CMakeLists.txt b/testscripts/CMakeLists.txt
index d81b036..3a86293 100755
--- a/testscripts/CMakeLists.txt
+++ b/testscripts/CMakeLists.txt
@@ -34,3 +34,4 @@
#
# @licence end@
########
+
diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf
deleted file mode 100644
index 629794d..0000000
--- a/testscripts/dlt.conf
+++ /dev/null
@@ -1,81 +0,0 @@
-# Configuration file of DLT daemon
-#
-# Configurations made here will overwrite settings by command line
-
-########################################################################
-# General configuration #
-########################################################################
-
-# Start daemon in dubug mode, so that all internal debug information is printed out on the console
-# Verbose = 1
-
-# Daemonize DLT daemon, if it is started as daemon
-# Daemonize = 1
-
-# Send DLT messages with serial header
-# SendSerialHeader = 1
-
-# Send automatic get log info response during context registration
-# SendContextRegistration = 1
-
-# Send automatic time packets every second if client is connected (Default: 0)
-# SendMessageTime = 1
-
-# Set ECU ID (Default: ECU1)
-ECUId = ENAT
-
-# Size of shared memory (Default: 100000)
-SharedMemorySize = 40000
-
-# Directory where to store the persistant configuration (Default: /tmp)
-# PersistanceStoragePath = /tmp
-
-########################################################################
-# Offline Trace memory #
-########################################################################
-
-# Store DLT messages to local directory, if not set offline Trace is off (Default: off)
-# OfflineTraceDirectory = /tmp
-
-# Maximum size in bytes of one trace file (Default: 1000000)
-# OfflineTraceFileSize = 1000000
-
-# Maximum size of all trace files (Default: 4000000)
-# OfflineTraceMaxSize = 4000000
-
-########################################################################
-# Local console output configuration #
-########################################################################
-
-# Print DLT messages; payload as ASCII
-# PrintASCII = 1
-
-# Print DLT messages; payload as hex
-# PrintHex = 1
-
-# Print DLT messages; only headers
-# PrintHeadersOnly = 1
-
-
-########################################################################
-# Client Serial port configuration #
-########################################################################
-
-# Additional support for serial device
-# If a device name is set serial port is enabled.
-# RS232DeviceName = /dev/ttyS0
-
-# Serial device baudrate (Default: 115200)
-# RS232Baudrate = 115200
-
-# Sync to serial header on serial connection
-# RS232SyncSerialHeader = 1
-
-########################################################################
-# TCP Serial port configuration #
-########################################################################
-
-# Sync to serial header on all TCP connections
-# TCPSyncSerialHeader = 1
-
-