Skip to content

Commit

Permalink
Refs #17206: Restore domainID tag XML snippets
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Feb 20, 2023
1 parent ed2db27 commit 93f25fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@
</participant>

<participant profile_name="part_builtin_example">
<domainId>4</domainId> <!-- uint32 -->
<rtps>
<!-->XML-BUILTIN<-->
<builtin>
Expand Down Expand Up @@ -3465,4 +3466,4 @@
</types>


</dds>
</dds>
1 change: 1 addition & 0 deletions code/XMLTesterExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</transport_descriptors>

<participant profile_name="participant_profile_example">
<domainId>4</domainId>
<rtps>
<name>Participant Name</name> <!-- String -->

Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/xml_configuration/domainparticipant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The ``<participant>`` element has two attributes defined: ``profile_name`` and `
DomainParticipant's creation.
- Optional

.. _domainparticipantconfig:
.. _domainparticipantconfig:

DomainParticipant configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 93f25fa

Please sign in to comment.