summaryrefslogtreecommitdiff
path: root/doc/dlt-passive-node-ctrl.1
blob: 919182d8f517b8b678ce50db82a277383d348c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
'\" t
.\"     Title: dlt-passive-node-ctrl
.\"    Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\"      Date: 10/19/2016
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "DLT\-PASSIVE\-NODE\-CTRL" "1" "10/19/2016" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
dlt-passive-node-ctrl \- Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status
.SH "SYNOPSIS"
.sp
\fBdlt\-passive\-node\-ctrl\fR [\-h] [\-c ctype] [\-n ecu] [\-s] [\-t timeout] [\-v]
.SH "DESCRIPTION"
.sp
Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status
.SH "OPTIONS"
.PP
\fB\-h\fR
.RS 4
Display a short help text\&.
.RE
.PP
\fB\-c\fR
.RS 4
Specify connection type: connect = 1, disconnect = 0\&.
.RE
.PP
\fB\-n\fR
.RS 4
Passive node identifier. E.g. ECU2\&.
.RE
.PP
\fB\-s\fR
.RS 4
Show passive nodes connection status\&.
.RE
.PP
\fB\-t\fR
.RS 4
Specify connection timeout\&. Default is: 10s\&.
.RE
.PP
\fB\-v\fR
.RS 4
Print verbose output\&.
.RE
.SH "EXAMPLES"
.sp
Get status about connected passives nodes\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-passive\-node\-ctrl \-s\&.
.fi
.if n \{\
.RE
.\}
.sp
Connect to passive node ECU2\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-passive\-node\-ctrl \-c 1 \-n ECU2\&.
.fi
.if n \{\
.RE
.\}
.sp
Disconnect to passive node ECU2\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-passive\-node\-ctrl \-c 0 \-n ECU2\&.
.fi
.if n \{\
.RE
.\}
.SH "EXIT STATUS"
.sp
Non zero is returned in case of failure\&.
.SH "AUTHOR"
.sp
Christoph Lipka (clipka (at) jp\&.adit\-jv\&.com)l
.SH "RESOURCES"
.sp
Main web site: http://projects\&.genivi\&.org/diagnostic\-log\-trace Mailinglist: https://lists\&.genivi\&.org/mailman/listinfo/genivi\-diagnostic\-log\-and\-trace
.SH "SEE ALSO"
.sp
dlt\-daemon(1)