ROS 2 rclcpp + rcl - humble
humble
ROS 2 C++ Client Library with ROS Client Library
rclcpp
include
rclcpp
expand_topic_or_service_name.hpp
1
// Copyright 2017 Open Source Robotics Foundation, Inc.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#ifndef RCLCPP__EXPAND_TOPIC_OR_SERVICE_NAME_HPP_
16
#define RCLCPP__EXPAND_TOPIC_OR_SERVICE_NAME_HPP_
17
18
#include <string>
19
20
#include "rclcpp/visibility_control.hpp"
21
22
namespace
rclcpp
23
{
24
26
55
RCLCPP_PUBLIC
56
std::string
57
expand_topic_or_service_name
(
58
const
std::string & name,
59
const
std::string & node_name,
60
const
std::string & namespace_,
61
bool
is_service =
false
);
62
63
}
// namespace rclcpp
64
65
#endif
// RCLCPP__EXPAND_TOPIC_OR_SERVICE_NAME_HPP_
rclcpp
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.
Definition:
allocator_common.hpp:26
rclcpp::expand_topic_or_service_name
RCLCPP_PUBLIC std::string expand_topic_or_service_name(const std::string &name, const std::string &node_name, const std::string &namespace_, bool is_service=false)
Expand a topic or service name and throw if it is not valid.
Definition:
expand_topic_or_service_name.cpp:32
Generated by
1.9.1