DABC (Data Acquisition Backbone Core)
2.9.9
plugins
gosip
example.xml
Go to the documentation of this file.
1
<!-- This is example of http server for GOSIP protocol -->
2
3
<?
xml
version
=
"1.0"
?>
4
<
dabc
version
=
"2"
>
5
<
Context
name
=
"Example"
>
6
<
Run
>
7
<
lib
value
=
"libDabcHttp.so"
/>
8
<
lib
value
=
"libDabcGosip.so"
/>
9
<
logfile
value
=
"Example.log"
/>
10
<
loglimit
value
=
"1000000"
/>
11
<
control
value
=
"true"
/>
12
</
Run
>
13
14
<
HttpServer
name
=
"http"
port
=
"8097"
/>
15
16
<
Publisher
name
=
"publ"
manager
=
"false"
/>
17
18
<
MemoryPool
name
=
"Pool"
>
19
<
BufferSize
value
=
"65536"
/>
20
<
NumBuffers
value
=
"100"
/>
21
</
MemoryPool
>
22
23
<
Module
name
=
"gosip_player"
class
=
"gosip::Player"
>
24
</
Module
>
25
</
Context
>
26
</
dabc
>
Generated by
1.9.1