summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml
blob: 991bb7c34d8725a0d435a3dba567e61b11f7d196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<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">
     <datawriter_qos>
          <ownership_strength>
               <value>10</value>
          </ownership_strength>
          <ownership>
               <kind>EXCLUSIVE_OWNERSHIP_QOS</kind>
          </ownership>
     </datawriter_qos>
    <datareader_qos>
          <ownership>
               <kind>EXCLUSIVE_OWNERSHIP_QOS</kind>
          </ownership>
     </datareader_qos>
  </qos_profile>
</dds>