From f1c81636324edaed8634a1634e75832221c3e3fb Mon Sep 17 00:00:00 2001 From: tempate Date: Wed, 17 Jan 2024 08:58:34 +0100 Subject: [PATCH] Update documentation Signed-off-by: tempate --- docs/rst/user_manual/configuration.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/rst/user_manual/configuration.rst b/docs/rst/user_manual/configuration.rst index bd0ec4a43..d63ba04c8 100644 --- a/docs/rst/user_manual/configuration.rst +++ b/docs/rst/user_manual/configuration.rst @@ -334,9 +334,6 @@ By setting the ``remove-unused-entities`` option to ``true``, the internal entit .. warning:: At the time being, the removal of unused entities is incompatible with the `Transient-Local Durability QoS `_. -.. warning:: - At the time being, ``remove-unused-entities: true`` is only compatible with a :ref:`discovery-trigger ` set to ``reader``. - .. note:: The ``remove-unused-entities`` option doesn't apply to :ref:`Built-in Topics ` since they are created before being discovered by a :term:`Participant`. @@ -372,10 +369,7 @@ The possible values for the ``discovery-trigger`` are: - The creation/removal of external readers or writers doesn't trigger the creation/removal of internal entities. .. warning:: - When the |ddsrouter| creates internal entities triggered by the discovery of a writer (i.e. the ``discovery-trigger`` is either ``writer`` or ``any``), the |ddsrouter| will create its internal entities with the writer's :ref:`Topic QoS `, and, therefore, the QoS of the communication between the external entities and the |ddsrouter| may differ from the QoS of the communication without the |ddsrouter|. - -.. warning:: - At the time being, :ref:`remove-unused-entities ` set to ``true`` is only compatible with a ``discovery-trigger: reader``. + When the |ddsrouter| creates internal entities triggered by the discovery of a writer (i.e. the `` `` is either ``writer`` or ``any``), the |ddsrouter| will create its internal entities with the writer's :ref:`Topic QoS `, and, therefore, the QoS of the communication between the external entities and the |ddsrouter| may differ from the QoS of the communication without the |ddsrouter|. .. _user_manual_configuration_specs_topic_qos: