summaryrefslogtreecommitdiff
path: root/doc/dlt_user_manual.txt
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2016-02-23 17:43:19 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-02-24 15:08:18 +0100
commitb348642c708660fcd1c7fc3137df892a68d36ba4 (patch)
tree9f91c2f1900c5c7a7ebe861987ff09d89de06f8d /doc/dlt_user_manual.txt
parentd319ebf4d2d449d70befae0eebbdd82c19c5315f (diff)
downloadDLT-daemon-b348642c708660fcd1c7fc3137df892a68d36ba4.tar.gz
Updated man pages and READMEs
- Updated INSTALL - Updated README - Fixed ReleaseNotes.txt for asciidoc generation - Added manual for core dump handler - Updated all man pages Change-Id: I7154c14f92b3f7f6ca05c721d154a8e1aa7df1bf Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to 'doc/dlt_user_manual.txt')
-rw-r--r--doc/dlt_user_manual.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/dlt_user_manual.txt b/doc/dlt_user_manual.txt
index 9a69507..8b937b1 100644
--- a/doc/dlt_user_manual.txt
+++ b/doc/dlt_user_manual.txt
@@ -21,7 +21,7 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
image::images/genivi_chrome_1_transparent.png[width=128]
== Purpose
-This document specifies the usage of the DLT daemon.
+This document describes the usage of the DLT daemon.
The DLT daemon is the central place where logs and traces are gathered from different applications, stored temporarily or permanently and transferred to a DLT client application, which can run directly on the GENIVI system or more likely on a external tester device.
The DLT daemon component is based on the AUTOSAR 4.0 standard DLT.
@@ -37,12 +37,22 @@ The SW components of DLT:
* dlt-adaptor-udp
* dlt-convert
* dlt-receive
+* dlt-dbus
+* dlt-kpi
+* dlt-cdh
+
+The SW components for controlling DLT:
+
+* dlt-control
+* dlt-logstorage-ctrl
+* dlt-passive-node-ctrl
The SW components of DLT for testing:
* dlt-example-user
* dlt-example-user-func
* dlt-example-filetransfer
+* dlt-example-user-common-api
* dlt-test-filetransfer
* dlt-test-stress-user
* dlt-test-client
@@ -51,6 +61,8 @@ The SW components of DLT for testing:
* dlt-test-stress
* dlt-test-multi-process
* dlt-test-user
+* dlt-test-fork-handler
+* dlt-test-init-free
== DLT daemon