summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_6.xml
blob: d526f8785fd0a905f6cacdf01017a4b331ab9a5a (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
<?xml version="1.0" encoding="UTF-8"?>
<!--  -->
<dds xmlns="http://www.omg.org/dds"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.omg.org/dds dds_qos.xsd">
  <qos_profile name="square">
     <publisher_qos>
          <partition>
            <name>
               <element>A</element>
            </name>
         </partition>
     </publisher_qos>
    <subscriber_qos>
          <partition>
            <name>
               <element>A</element>
            </name>
         </partition>
     </subscriber_qos>
  </qos_profile>
  <qos_profile name="circle">
     <publisher_qos>
          <partition>
            <name>
               <element>B</element>
            </name>
         </partition>
     </publisher_qos>
    <subscriber_qos>
          <partition>
            <name>
               <element>A</element>
            </name>
         </partition>
     </subscriber_qos>
  </qos_profile>
  <qos_profile name="triangle">
     <publisher_qos>
          <partition>
            <name>
               <element>*</element>
            </name>
         </partition>
     </publisher_qos>
    <subscriber_qos>
          <partition>
            <name>
               <element>A</element>
            </name>
         </partition>
     </subscriber_qos>
  </qos_profile>
</dds>