summaryrefslogtreecommitdiff
path: root/DAnCE/tools/Logger_Backend/ndds/USER_QOS_PROFILES.xml
blob: 22749c51237c80c6dd539d176aaaba4260401cfa (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
<!--  -->
<!-- Default QoS specification for NDDS logger. -->
<dds>
  <qos_library name="DAnCE">
    <qos_profile name="Logger" is_default_qos="false">
      <topic_qos name="DAnCELogging">
        <reliability>
          <kind>RELIABLE_RELIABILITY_QOS</kind>
          <max_blocking_time>
            <sec>1</sec>
            <nanosec>0</nanosec>
          </max_blocking_time>
        </reliability>


        <history>
          <kind>KEEP_LAST_HISTORY_QOS</kind>
          <depth>50</depth>
        </history>

        <durability>
          <kind>TRANSIENT_LOCAL_DURABILITY_QOS</kind>
        </durability>
      </topic_qos>
    </qos_profile>
  </qos_library>
</dds>