rename rosidl_generator_cpp namespace to rosidl_runtime_cpp (#615)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
parent
03f53f7098
commit
88fd4b0313
4 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ rcl_action_get_zero_initialized_client(void);
|
|||
* For C++, a template function is used:
|
||||
*
|
||||
* ```cpp
|
||||
* #include <rosidl_generator_cpp/action_type_support.hpp>
|
||||
* #include <rosidl_runtime_cpp/action_type_support.hpp>
|
||||
* #include <example_interfaces/action/fibonacci.h>
|
||||
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
||||
* const rosidl_action_type_support_t * ts =
|
||||
|
|
|
@ -100,7 +100,7 @@ rcl_action_get_zero_initialized_server(void);
|
|||
* For C++, a template function is used:
|
||||
*
|
||||
* ```cpp
|
||||
* #include <rosidl_generator_cpp/action_type_support.hpp>
|
||||
* #include <rosidl_runtime_cpp/action_type_support.hpp>
|
||||
* #include <example_interfaces/action/fibonacci.h>
|
||||
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
||||
* const rosidl_action_type_support_t * ts =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue