From f6e8b73159238784dfb02a65a98c738cb39488ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:38:47 +0200 Subject: [PATCH] Fix wrong Data type referred in flow control example README (#5315) Signed-off-by: eProsima (cherry picked from commit b7455647db2108f4184f6571309ec6a4e86d0153) --- examples/cpp/flow_control/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cpp/flow_control/README.md b/examples/cpp/flow_control/README.md index f1728b02c71..21acdd7ffb0 100644 --- a/examples/cpp/flow_control/README.md +++ b/examples/cpp/flow_control/README.md @@ -78,7 +78,7 @@ One of them will run the publisher example application, and the other will run t Regardless of which application is run first, since the publisher will not start sending data until a subscriber is discovered, the expected output both for publishers and subscribers is a first displayed message acknowledging the match, followed by the amount of samples sent or received until Ctrl+C is pressed. The samples are sent every 2s. The Slow DataWriter sends a sample before the Fast DataWriter, but the sample is always received later according with the FlowControllerQos settings in the Flow Controller. -### Hello world publisher +### Flow Control publisher ```shell Publisher running. Please press Ctrl+C to stop the Publisher at any time. @@ -92,7 +92,7 @@ Message SENT from FAST WRITER, count=3 ... ``` -### Hello world subscriber +### Flow Control subscriber ```shell Subscriber running. Please press Ctrl+C to stop the Subscriber at any time.