Skip to content

Commit 8ca0946

Browse files
author
laura-eprosima
committed
Requested Changes
1 parent f155446 commit 8ca0946

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

core/include/is/systemhandle/SystemHandle.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ class SystemHandle
183183
* @brief Perform additional actions prior to configure the System Handle regarding types.
184184
*
185185
* @param[in] types_node A *YAML* node containing the types definition. This may be an empty node.
186+
*
187+
* @returns `true` if the preprocess stage ends succesfully; `false` otherwise.
186188
*/
187189
virtual bool preprocess_types(
188190
const YAML::Node& types_node)

examples/utils/dds/DDSHelloWorldDynamic/HelloWorld_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const std::string usage()
5151
{
5252
std::ostringstream help;
5353

54-
help << "Usage: DDSHelloWorld ";
54+
help << "Usage: DDSHelloWorldDynamic ";
5555
help << "-m/--mode <publisher/subscriber> ";
5656
help << "-d/--domain <UNSIGNED_INTEGER> ";
5757
help << "-c/--count <UNSIGNED_INTEGER> ";

0 commit comments

Comments
 (0)