6 #ifndef YARP_OS_NODES_H
7 #define YARP_OS_NODES_H
58 virtual Contact query(
const std::string& name,
59 const std::string& category =
"")
override;
73 Contact getParent(
const std::string& name);
81 Contact getURI(
const std::string& name);
89 void prepare(
const std::string& name);
102 bool enable(
bool flag);
113 void setActiveName(
const std::string& name);
121 void addExternalNode(
const std::string& name,
Node& node);
127 void removeExternalNode(
const std::string& name);
133 std::string getActiveName();
139 bool requireActiveName();
141 #ifndef DOXYGEN_SHOULD_SKIP_THIS
The main, catch-all namespace for YARP.