Skip to content

Commit

Permalink
Refs 11906. Requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
  • Loading branch information
IkerLuengo committed Jul 20, 2021
1 parent fd039e7 commit bd93006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/rst/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ datawriter
destructor
eProsima
Gtest
IPaddress
monitorization
monitorizations
ostream
Expand Down
8 changes: 4 additions & 4 deletions include/fastdds_statistics_backend/StatisticsBackend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: <tt>kind:[IPaddress]:port</tt>, where:
* The format to specify a locator is: <tt>kind:[IP]:port</tt>, 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.
Expand All @@ -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: <tt>kind:[IPaddress]:port</tt>, where:
* The format to specify a locator is: <tt>kind:[IP]:port</tt>, 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.
Expand Down

0 comments on commit bd93006

Please sign in to comment.