From 2c146c92f571bec04875c2d912871c8ad5d9a2aa Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Wed, 13 Jun 2012 23:21:00 +0200 Subject: Updated doxygen documentation, readme, man pages and release notes Signed-off-by: Christian Muck --- src/daemon/dlt.conf | 4 ++-- src/system/dlt-system.conf | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src') 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 = +# PathToECUSoftwareVersion = 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. -- cgit v1.2.1