Skip to content

Commit

Permalink
Common & DomainParticipant xml profiles typos (#462)
Browse files Browse the repository at this point in the history
* Refs #17189: Set QoS publish mode tag as <kind> tag

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #17189: Add missing duration type reference in Liveliness

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #17189: Set DomainParticipant UserData as List of strings

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Feb 15, 2023
1 parent 235462d commit de27dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/fastdds/xml_configuration/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Liveliness
+---------------------------+---------------------------------+---------------------------------+----------------------+
| ``<lease_duration>`` | See :ref:`livelinessqospolicy`. | :ref:`DurationType` | |c_TimeInfinite-api| |
+---------------------------+---------------------------------+---------------------------------+----------------------+
| ``<announcement_period>`` | See :ref:`livelinessqospolicy`. | | |c_TimeInfinite-api| |
| ``<announcement_period>`` | See :ref:`livelinessqospolicy`. | :ref:`DurationType` | |c_TimeInfinite-api| |
+---------------------------+---------------------------------+---------------------------------+----------------------+

.. _xml_ownership:
Expand Down Expand Up @@ -566,7 +566,7 @@ PublishMode
+-----------------------+---------------------------------------+------------------+------------------+
| Name | Description | Values | Default |
+=======================+=======================================+==================+==================+
| ``<publishMode>`` | See :ref:`publishmodeqospolicy`. | ``ASYNCHRONOUS`` | ``ASYNCHRONOUS`` |
| ``<kind>`` | See :ref:`publishmodeqospolicy`. | ``ASYNCHRONOUS`` | ``ASYNCHRONOUS`` |
| | +------------------+ |
| | | ``SYNCHRONOUS`` | |
+-----------------------+---------------------------------------+------------------+------------------+
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 @@ -149,7 +149,7 @@ These elements allow the user to define the DomainParticipant configuration.
- Additional information attached to the DomainParticipant |br|
and transmitted with the discovery information. |br|
See :ref:`userdataqospolicy`.
- ``string``
- ``List <string>``
- Empty

**Example**
Expand Down

0 comments on commit de27dec

Please sign in to comment.