Skip to content

Commit

Permalink
Refs #17206: Apply revision changes
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Feb 28, 2023
1 parent 0356678 commit 194b9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@
<profiles xmlns="http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles">
-->
<participant profile_name="domainparticipant_profile_name">
<domainId>4</domainId>
<rtps>
<name>DomainParticipant Name</name>

Expand Down Expand Up @@ -955,7 +956,6 @@
</participant>

<participant profile_name="part_builtin_example">
<domainId>4</domainId> <!-- uint32 -->
<rtps>
<!-->XML-BUILTIN<-->
<builtin>
Expand Down
6 changes: 3 additions & 3 deletions docs/fastdds/xml_configuration/domainparticipant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ The ``<participant>`` element has two attributes defined: ``profile_name`` and `
DomainParticipant's creation.
- Optional

.. _domainparticipantconfig:
.. _domainparticipantconfig:

DomainParticipant configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``<participant>`` element has two child elements: ``<domain_id>`` and ``<rtps>``.
The ``<participant>`` element has two child elements: ``<domainId>`` and ``<rtps>``.
All the DomainParticipant configuration options belong to the ``<rtps>`` element, except for the DDS |DomainId-api|
which is defined by the ``<domainId>`` element.
Below a list with the configuration XML elements is presented:
Expand Down Expand Up @@ -184,7 +184,7 @@ These elements allow the user to define the DomainParticipant configuration.
:language: xml
:start-after: <!-->XML-PARTICIPANT<-->
:end-before: <!--><-->
:lines: 2-3, 5-87, 89
:lines: 2-3, 5-88, 90

.. note::

Expand Down

0 comments on commit 194b9f3

Please sign in to comment.