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
|
@ -82,7 +82,7 @@ rcl_get_zero_initialized_service(void);
|
||||||
* For C++, a template function is used:
|
* For C++, a template function is used:
|
||||||
*
|
*
|
||||||
* ```cpp
|
* ```cpp
|
||||||
* #include <rosidl_generator_cpp/service_type_support.hpp>
|
* #include <rosidl_runtime_cpp/service_type_support.hpp>
|
||||||
* #include <example_interfaces/srv/add_two_ints.h>
|
* #include <example_interfaces/srv/add_two_ints.h>
|
||||||
* using rosidl_typesupport_cpp::get_service_type_support_handle;
|
* using rosidl_typesupport_cpp::get_service_type_support_handle;
|
||||||
* const rosidl_service_type_support_t * ts =
|
* const rosidl_service_type_support_t * ts =
|
||||||
|
|
|
@ -82,7 +82,7 @@ rcl_get_zero_initialized_subscription(void);
|
||||||
* For C++ a template function is used:
|
* For C++ a template function is used:
|
||||||
*
|
*
|
||||||
* ```cpp
|
* ```cpp
|
||||||
* #include <rosidl_generator_cpp/message_type_support.hpp>
|
* #include <rosidl_runtime_cpp/message_type_support.hpp>
|
||||||
* #include <std_msgs/msgs/string.hpp>
|
* #include <std_msgs/msgs/string.hpp>
|
||||||
* using rosidl_typesupport_cpp::get_message_type_support_handle;
|
* using rosidl_typesupport_cpp::get_message_type_support_handle;
|
||||||
* const rosidl_message_type_support_t * string_ts =
|
* const rosidl_message_type_support_t * string_ts =
|
||||||
|
|
|
@ -103,7 +103,7 @@ rcl_action_get_zero_initialized_client(void);
|
||||||
* For C++, a template function is used:
|
* For C++, a template function is used:
|
||||||
*
|
*
|
||||||
* ```cpp
|
* ```cpp
|
||||||
* #include <rosidl_generator_cpp/action_type_support.hpp>
|
* #include <rosidl_runtime_cpp/action_type_support.hpp>
|
||||||
* #include <example_interfaces/action/fibonacci.h>
|
* #include <example_interfaces/action/fibonacci.h>
|
||||||
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
||||||
* const rosidl_action_type_support_t * ts =
|
* 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:
|
* For C++, a template function is used:
|
||||||
*
|
*
|
||||||
* ```cpp
|
* ```cpp
|
||||||
* #include <rosidl_generator_cpp/action_type_support.hpp>
|
* #include <rosidl_runtime_cpp/action_type_support.hpp>
|
||||||
* #include <example_interfaces/action/fibonacci.h>
|
* #include <example_interfaces/action/fibonacci.h>
|
||||||
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
* using rosidl_typesupport_cpp::get_action_type_support_handle;
|
||||||
* const rosidl_action_type_support_t * ts =
|
* const rosidl_action_type_support_t * ts =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue