File tree Expand file tree Collapse file tree
core/include/is/systemhandle
examples/utils/dds/DDSHelloWorldDynamic Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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> " ;
You can’t perform that action at this time.
0 commit comments