28 #ifndef ROSCPP_THIS_NODE_H 29 #define ROSCPP_THIS_NODE_H 46 ROSCPP_DECL
const std::string&
getName();
68 #endif // ROSCPP_THIS_NODE_H
ROSCPP_DECL const std::string & getName()
Returns the name of the current node.
std::vector< std::string > V_string
ROSCPP_DECL const std::string & getNamespace()
Returns the namespace of the current node.
ROSCPP_DECL void getSubscribedTopics(V_string &topics)
Get the list of topics subscribed to by this node.
ROSCPP_DECL void getAdvertisedTopics(V_string &topics)
Get the list of topics advertised by this node.