summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/QoSTest_Library.xml
blob: 9440aa136589728c45fdd63201e389e740b638a9 (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
<?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="ReceiverProfile">
    <datareader_qos>
          <reliability>
               <kind>RELIABLE_RELIABILITY_QOS</kind>
          </reliability>
          <liveliness>
               <kind>MANUAL_BY_TOPIC_LIVELINESS_QOS</kind>
          </liveliness>
          <history>
               <kind>KEEP_LAST_HISTORY_QOS</kind>
               <depth>20</depth>
          </history>
          <durability>
                 <kind>TRANSIENT_LOCAL_DURABILITY_QOS</kind>
          </durability>
     </datareader_qos>
  </qos_profile>
  <qos_profile name="SenderProfile">
     <datawriter_qos>
          <reliability>
               <kind>BEST_EFFORT_RELIABILITY_QOS</kind>
               <max_blocking_time>
                    <sec>2</sec>
                    <nanosec>0</nanosec>
               </max_blocking_time>
         </reliability>
          <durability>
               <kind>TRANSIENT_DURABILITY_QOS</kind>
          </durability>
          <liveliness>
               <kind>MANUAL_BY_TOPIC_LIVELINESS_QOS</kind>
          </liveliness>
          <history>
               <kind>KEEP_LAST_HISTORY_QOS</kind>
               <depth>20</depth>
          </history>
     </datawriter_qos>
  </qos_profile>
</dds>