summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors_events/ciao-events-example.ced
blob: 9ee5b20ccc03c3268a8db063c89540dfcbf1e74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<CIAO:CIAOEvents
 xmlns:CIAO="http://www.dre.vanderbilt.edu/CIAOEvents"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.dre.vanderbilt.edu/CIAOEvents CIAOEvents.xsd">

  <eventServiceConfiguration id="es_configuration-01">
    <name>ES_01</name>
    <node>SenderNode</node>
    <type>RTEC</type>
    <svc_cfg_file>svc.conf</svc_cfg_file>
  </eventServiceConfiguration>
  
  <eventServiceConfiguration id="es_configuration-02">
    <name>ES_02</name>
    <node>SenderNode</node>
    <type>RTEC</type>
    <svc_cfg_file>svc.conf</svc_cfg_file>
  </eventServiceConfiguration>  

</CIAO:CIAOEvents>