Skip to content

Commit 5644be9

Browse files
committed
Refs #23432. Add transport_priority to profiles and full xml examples.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 8d2094b commit 5644be9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

code/XMLTester.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,8 @@
17371737
</nack_supression_duration>
17381738
</times>
17391739

1740+
<transport_priority>12</transport_priority>
1741+
17401742
<unicastLocatorList>
17411743
<!-- LOCATOR_LIST -->
17421744
<locator>

code/XMLTesterExample.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@
610610
</nack_supression_duration>
611611
</times>
612612

613+
<transport_priority>-20</transport_priority>
614+
613615
<unicastLocatorList>
614616
<locator>
615617
<udpv4>

docs/fastdds/xml_configuration/datawriter.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ The DataWriter configuration is performed through the XML elements listed in the
5555
- :ref:`CommonQOS`
5656
-
5757
* - ``<times>``
58-
- It configures some time related parameters of the DataWriter.
58+
- It configures some time related parameters of the DataWriter.
5959
- :ref:`WriterTimes <pubtimes>`
6060
-
61+
* - ``<transport_priority>``
62+
- It configures the :ref:`transport priority <transportpriorityqospolicy>` of the DataWriter.
63+
- ``int32_t``
64+
- 0
6165
* - ``<unicastLocatorList>``
6266
- List of input unicast locators.
6367
It expects a :ref:`LocatorListType`.

0 commit comments

Comments
 (0)