#include "forwards.h"
Go to the source code of this file.
Namespaces | |
namespace | ros |
namespace | ros::this_node |
Contains functions which provide information about this process' ROS node. | |
Functions | |
void | ros::this_node::getAdvertisedTopics (V_string &topics) |
Get the list of topics advertised by this node. | |
const std::string & | ros::this_node::getName () |
Returns the name of the current node. | |
const std::string & | ros::this_node::getNamespace () |
Returns the namespace of the current node. | |
void | ros::this_node::getSubscribedTopics (V_string &topics) |
Get the list of topics subscribed to by this node. |