1DLT-LOGSTORAGE-CTRL(1) DLT-LOGSTORAGE-CTRL(1)
2
3
4
6 dlt-logstorage-ctrl - Trigger DLT Daemon to start/stop using an offline
7 logstorage device
8
10 dlt-logstorage-ctrl [-h] [-c ctype] [-p path] [-e ecu] [-p<prop>] [-t
11 timeout] [-v]
12
14 Send a trigger to DLT Daemon to connect/disconnect a certain offline
15 logstorage device
16
18 -h Display a short help text.
19
20 -c Specify connection type: connect = 1, disconnect = 0.
21
22 -d Run as daemon: prop = use proprietary handler
23
24 -p Mount point path.
25
26 -e Specify the ECU ID. Default is: ECU1.
27
28 -t Specify connection timeout. Default is: 10s.
29
30 -S Send message with serial header (Default: Without serial header)
31
32 -R Enable resync serial header
33
35 Activate the offline logstorage device mounted on /mnt/dltlog dlt-
36 logstorage-ctrl -c 1 -p /mnt/dltlog
37
38 Deactivate the offline logstorage device mounted on /mnt/dltlog dlt-
39 logstorage-ctrl -c 0 -p /mnt/dltlog
40
41 Run logstorage control application as daemon listen to udev events dlt-
42 logstorage-ctrl -d
43
45 Non zero is returned in case of failure.
46
48 Christoph Lipka (clipka (at) jp.adit-jv (dot) com), Syed Hameed
49 (shameed (at) jp.adit-jv (dot) com)
50
52 Copyright (C) 2015 Advanced Driver Information Technology, Bosch and
53 DENSO. License MPL-2.0: Mozilla Public License version 2.0
54 <http://mozilla.org/MPL/2.0/>.
55
57 See Github issue: <https://github.com/GENIVI/dlt-daemon/issues>
58
60 dlt-daemon(1)
61
62
63
64 DLT-LOGSTORAGE-CTRL(1)