forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFairMQDevice.1.in
More file actions
64 lines (59 loc) · 1.27 KB
/
Copy pathFairMQDevice.1.in
File metadata and controls
64 lines (59 loc) · 1.27 KB
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
.\" Manpage for general FairMQDevice properties and options.
.TH AliceO2 1 "12 Jun 2017" "1.0" "FairMQDevice man page"
.SH NAME
FairMQDevice - The basis for software devices in O2
.SH SYNOPSIS
.I deviceapp
.BI --id deviceid
.BI --mq-config " configfile"
|
.BI --channel-config " config"
|
.BI --config-json-string " arg"
|
.BI --config-xml-string " arg"
.SH DESCRIPTION
All AliceO2 devices derive from FairMQDevice which provides the
transport functionality.
.SH OPTIONS
.SS Common FairMQDevice options
.TP 2
.BI --id " id"
A unique identifier of the device
.TP 2
.BI --verbosity " arg " \fR(=DEBUG)
.RS
Verbosity level :
.B TRACE
.B DEBUG
.B RESULTS
.B INFO
.B WARN
.B ERROR
.B STATE
.B NOLOG
.RE
.SS FairMQDevice channel configuration
.TP 2
.BI --config-xml-string " arg "
XML input as command line string.
.TP 2
.BI --config-json-string " arg "
JSON input as command line string.
.TP 2
.BI --mq-config " arg "
JSON/XML input as file. The configuration object will check xml or
json file extention and will call the json or xml parser accordingly
.TP 2
.BI --channel-config " args "
channel configuration as comma separated key=\fIvalue\fR pairs
.RS
Valid Keys:
.B name
.B type
.B method
.B address
.B property
.RE
.SH MORE OPTIONS
Use '\fIdeviceapp\fR --help' to get a full list of options.