From bd930069b78bc7f4df718b56fd3a4b95a8a93d1b Mon Sep 17 00:00:00 2001 From: Iker Luengo Date: Mon, 19 Jul 2021 17:11:22 +0200 Subject: [PATCH] Refs 11906. Requested changes Signed-off-by: Iker Luengo --- docs/rst/spelling_wordlist.txt | 1 - include/fastdds_statistics_backend/StatisticsBackend.hpp | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/rst/spelling_wordlist.txt b/docs/rst/spelling_wordlist.txt index 446cb7eaf..908d1bd5c 100644 --- a/docs/rst/spelling_wordlist.txt +++ b/docs/rst/spelling_wordlist.txt @@ -12,7 +12,6 @@ datawriter destructor eProsima Gtest -IPaddress monitorization monitorizations ostream diff --git a/include/fastdds_statistics_backend/StatisticsBackend.hpp b/include/fastdds_statistics_backend/StatisticsBackend.hpp index 6f1191787..f5d3be082 100644 --- a/include/fastdds_statistics_backend/StatisticsBackend.hpp +++ b/include/fastdds_statistics_backend/StatisticsBackend.hpp @@ -86,9 +86,9 @@ class FASTDDS_STATISTICS_BACKEND_DllAPI StatisticsBackend * The server \c GuidPrefix_t is set to the default one: \c eprosima::fastdds::rtps::DEFAULT_ROS2_SERVER_GUIDPREFIX. * If any other server is to be used, call the overload method that receives the \c GuidPrefix_t as parameter. * - * The format to specify a locator is: kind:[IPaddress]:port, where: + * The format to specify a locator is: kind:[IP]:port, where: * * \b kind is one of { \c UDPv4, \c TCPv4, \c UDPv6, \c TCPv4 } - * * \b IPaddress is the IP address + * * \b IP is the IP address * * \b port is the IP port * Note that \c SHM locators are not supported. For any server configured with shared memory locators, * initialize the monitor using only the non shared memory locators. @@ -112,9 +112,9 @@ class FASTDDS_STATISTICS_BACKEND_DllAPI StatisticsBackend * This function creates a new statistics DomainParticipant that starts monitoring * the network of the server with the given \c GuidPrefix_t and with the given locators. * - * The format to specify a locator is: kind:[IPaddress]:port, where: + * The format to specify a locator is: kind:[IP]:port, where: * * \b kind is one of { \c UDPv4, \c TCPv4, \c UDPv6, \c TCPv4 } - * * \b IPaddress is the IP address + * * \b IP is the IP address * * \b port is the IP port * Note that \c SHM locators are not supported. For any server configured with shared memory locators, * initialize the monitor using only the non shared memory locators.