#include <vector>
#include <string>
#include "rmw_fastrtps_shared_cpp/visibility_control.h"
Go to the source code of this file.
◆ _resolve_prefix()
Returns name stripped of prefix if exists, if not return "".
- Parameters
-
| [in] | name | string that will be stripped from prefix |
| [in] | prefix | prefix to be stripped |
- Returns
- name stripped of prefix, or
-
"" if name doesn't start with prefix
◆ _get_ros_prefix_if_exists()
Return the ROS specific prefix if it exists, otherwise "".
◆ _strip_ros_prefix_if_exists()
Returns the topic name stripped of and ROS specific prefix if exists.
◆ _get_all_ros_prefixes()
Returns the list of ros prefixes.
◆ ros_topic_prefix
| const char* const ros_topic_prefix |
◆ ros_service_requester_prefix
| const char* const ros_service_requester_prefix |
◆ ros_service_response_prefix
| const char* const ros_service_response_prefix |
◆ _ros_prefixes