File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
docs/fastdds/xml_configuration Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1737
1737
</nack_supression_duration >
1738
1738
</times >
1739
1739
1740
+ <transport_priority >12</transport_priority >
1741
+
1740
1742
<unicastLocatorList >
1741
1743
<!-- LOCATOR_LIST -->
1742
1744
<locator >
Original file line number Diff line number Diff line change 610
610
</nack_supression_duration >
611
611
</times >
612
612
613
+ <transport_priority >-20</transport_priority >
614
+
613
615
<unicastLocatorList >
614
616
<locator >
615
617
<udpv4 >
Original file line number Diff line number Diff line change @@ -55,9 +55,13 @@ The DataWriter configuration is performed through the XML elements listed in the
55
55
- :ref: `CommonQOS `
56
56
-
57
57
* - ``<times> ``
58
- - It configures some time related parameters of the DataWriter.
58
+ - It configures some time related parameters of the DataWriter.
59
59
- :ref: `WriterTimes <pubtimes >`
60
60
-
61
+ * - ``<transport_priority> ``
62
+ - It configures the :ref: `transport priority <transportpriorityqospolicy >` of the DataWriter.
63
+ - ``int32_t ``
64
+ - 0
61
65
* - ``<unicastLocatorList> ``
62
66
- List of input unicast locators.
63
67
It expects a :ref: `LocatorListType `.
You can’t perform that action at this time.
0 commit comments