summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors_events/ciao-events-example-with-filters.ced
blob: 916a9e465c758d886964448b60f26307b6646bd4 (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
<!-- $ID$ -->

<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>
    
    <filter>
      <name>my_filter_01</name>
      <type>DISJUNCTION</type>
      <source>Hello-Sender-idd_click_out</source>
      <source>Hello-Sender-idd-02_click_out</source>
    </filter>
	  
    <filter>
      <name>my_filter_02</name>
      <type>CONJUNCTION</type>
      <source>Hello-Sender-idd_click_out</source>
      <source>Hello-Sender-idd-02_click_out</source>
     </filter>	  
  </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>