20 explicit Context(rclcpp::Node& node, std::string topic_namespace_prefix =
"")
21 : _node(node), _topic_namespace_prefix(std::move(topic_namespace_prefix))
25 rclcpp::Node& node() {
return _node; }
26 const std::string& topicNamespacePrefix()
const {
return _topic_namespace_prefix; }
33 const std::string _topic_namespace_prefix;
Definition context.hpp:18