summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVo Trung Chi <Chi.VoTrung@vn.bosch.com>2018-12-26 15:23:09 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-10-05 11:19:26 +0900
commit0ee7fdff3d6bb2f2055e7083fa48728f4d274661 (patch)
treee191edd9e2736a6a2ebc642769a8b9c67ad60060 /doc
parentcc4d1e04fe4a8b57b137c347ad9fd66166b6250a (diff)
downloadDLT-daemon-0ee7fdff3d6bb2f2055e7083fa48728f4d274661.tar.gz
console: provides args option to enable send/receive serial header
Provides argument option to enable send and resync serial header via command line. Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dlt-logstorage-ctrl.1.md8
-rw-r--r--doc/dlt-passive-node-ctrl.1.md8
-rw-r--r--doc/dlt-receive.1.md8
-rw-r--r--doc/dlt_multinode.md2
-rw-r--r--doc/dlt_offline_logstorage.md2
5 files changed, 28 insertions, 0 deletions
diff --git a/doc/dlt-logstorage-ctrl.1.md b/doc/dlt-logstorage-ctrl.1.md
index 1e80fb8..931e452 100644
--- a/doc/dlt-logstorage-ctrl.1.md
+++ b/doc/dlt-logstorage-ctrl.1.md
@@ -38,6 +38,14 @@ Send a trigger to DLT Daemon to connect/disconnect a certain offline logstorage
: Specify connection timeout. Default is: 10s.
+-S
+
+: Send message with serial header (Default: Without serial header)
+
+-R
+
+: Enable resync serial header
+
# EXAMPLES
Activate the offline logstorage device mounted on /mnt/dltlog
diff --git a/doc/dlt-passive-node-ctrl.1.md b/doc/dlt-passive-node-ctrl.1.md
index a691c75..6525fad 100644
--- a/doc/dlt-passive-node-ctrl.1.md
+++ b/doc/dlt-passive-node-ctrl.1.md
@@ -34,6 +34,14 @@ Send a trigger to DLT daemon to (dis)connect a passive node or get current passi
: Specify connection timeout (Default: 10s)
+-S
+
+: Send message with serial header (Default: Without serial header)
+
+-R
+
+: Enable resync serial header
+
-v
: Set verbose flag (Default:0)
diff --git a/doc/dlt-receive.1.md b/doc/dlt-receive.1.md
index b6184e4..38eed53 100644
--- a/doc/dlt-receive.1.md
+++ b/doc/dlt-receive.1.md
@@ -46,6 +46,14 @@ Receive DLT messages from DLT daemon and print or store the messages.
: Verbose mode.
+-S
+
+: Send message with serial header (Default: Without serial header)
+
+-R
+
+: Enable resync serial header
+
-y
: Serial device mode.
diff --git a/doc/dlt_multinode.md b/doc/dlt_multinode.md
index bfb13aa..8d15985 100644
--- a/doc/dlt_multinode.md
+++ b/doc/dlt_multinode.md
@@ -79,5 +79,7 @@ Options:
-n passive Node identifier (e.g. ECU2)
-s Show passive node(s) connection status
-t Specify connection timeout (Default: 10s)
+ -S Send message with serial header (Default: Without serial header)
+ -R Enable resync serial header
-v Set verbose flag (Default:0)
```
diff --git a/doc/dlt_offline_logstorage.md b/doc/dlt_offline_logstorage.md
index 5a38b99..3d29dab 100644
--- a/doc/dlt_offline_logstorage.md
+++ b/doc/dlt_offline_logstorage.md
@@ -198,6 +198,8 @@ Options:
-p Mount point path
-s Sync Logstorage cache
-t Specify connection timeout (Default: 10s)
+ -S Send message with serial header (Default: Without serial header)
+ -R Enable resync serial header
-v Set verbose flag (Default:0)
```