summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-06-13 23:21:00 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:53:29 +0200
commit2c146c92f571bec04875c2d912871c8ad5d9a2aa (patch)
tree5b47842db82aa67f1228a45391ff0f20a47209a9 /src
parent4dcb40918c0e2ea9352d2182898cf335519f65a4 (diff)
downloadDLT-daemon-2c146c92f571bec04875c2d912871c8ad5d9a2aa.tar.gz
Updated doxygen documentation, readme, man pages and release notes
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src')
-rw-r--r--src/daemon/dlt.conf4
-rw-r--r--src/system/dlt-system.conf6
2 files changed, 4 insertions, 6 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index c97e8e6..909d4f4 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -93,8 +93,8 @@ LoggingFilename = /tmp/dlt.log
# ECU Software version info #
########################################################################
-# Send automatic get ecu version info
+# Send periodic get ecu version info (Default: 0)
# SendECUSoftwareVersion = 0
# Absolute path to file storing version info - otherwise DLT version is used
-# PathToECUSoftwareVersion = <absolute-path-to-file-needed>
+# PathToECUSoftwareVersion = <absolute-path-to-file>
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index c7313eb..10de9c1 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -31,16 +31,14 @@ FiletransferEnable = 0
# The Context Id of the filetransfer (Default: FILE)
FiletransferContextId = FILE
-# Time after startup of dlt-system when first file is transfered (Default: 30)
-# Time in seconds
+# Time in seconds after startup of dlt-system when first file is transfered (Default: 30)
FiletransferTimeStartup = 30
# Time to wait when transfered file is deleted and next file transfer starts (Default: 10)
# Time in seconds
FiletransferTimeDelay = 10
-# Time to wait between two file transfer logs of a single file to DLT. (Default: 10)
-# Time in ms seconds
+# Time in ms seconds to wait between two file transfer logs of a single file to DLT. (Default: 10)
FiletransferTimeoutBetweenLogs = 10
# Temporary directory to use.