From c3c595b97b3ef9316e42ba2e693c34e19b9c3c05 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:57:24 +0200 Subject: [PATCH] Complete flow_controller_descriptor references in xml sections (#824) (#827) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Complete flow_controller_descriptor references in xml sections (#824) * Refs #21231: Add missing to domainparticipant xml Signed-off-by: Mario Dominguez * Refs #21231: Add missing to datawriter xml qos Signed-off-by: Mario Dominguez * Refs #21131: Apply Jesus rev Signed-off-by: Mario Dominguez * Refs #21131: Apply Edu suggestion Signed-off-by: Mario Dominguez --------- Signed-off-by: Mario Dominguez (cherry picked from commit 6e7f076799dd943c9a535d6f682f5ff8f2f752de) Signed-off-by: eduponz * Refs #21231: Fix XML snippet range Signed-off-by: eduponz --------- Signed-off-by: Mario Dominguez Signed-off-by: eduponz Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com> Co-authored-by: eduponz --- code/XMLTester.xml | 15 ++++++ code/XMLTesterExample.xml | 16 +++++++ .../core/policy/eprosimaExtensions.rst | 4 +- docs/fastdds/xml_configuration/common.rst | 48 ++++++++++++++++--- .../xml_configuration/domainparticipant.rst | 7 ++- 5 files changed, 80 insertions(+), 10 deletions(-) diff --git a/code/XMLTester.xml b/code/XMLTester.xml index 3e3ddc898..556185a28 100644 --- a/code/XMLTester.xml +++ b/code/XMLTester.xml @@ -1504,6 +1504,21 @@ 0 -1 + + + + example_flow_controller + FIFO + 4096 + 500 + + -1 + 0 + 0 + -1 + + + XML-PARTICIPANT<--> :end-before: <--> - :lines: 2-4, 6-128, 130-131 + :lines: 2-4, 6-143, 145-146 .. note::