From 0ee7fdff3d6bb2f2055e7083fa48728f4d274661 Mon Sep 17 00:00:00 2001 From: Vo Trung Chi Date: Wed, 26 Dec 2018 15:23:09 +0700 Subject: 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 --- doc/dlt-logstorage-ctrl.1.md | 8 ++++++++ doc/dlt-passive-node-ctrl.1.md | 8 ++++++++ doc/dlt-receive.1.md | 8 ++++++++ doc/dlt_multinode.md | 2 ++ doc/dlt_offline_logstorage.md | 2 ++ 5 files changed, 28 insertions(+) (limited to 'doc') 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) ``` -- cgit v1.2.1