9 #ifndef YARP_OS_NODES_H
10 #define YARP_OS_NODES_H
61 virtual Contact query(
const std::string& name,
62 const std::string& category =
"")
override;
76 Contact getParent(
const std::string& name);
84 Contact getURI(
const std::string& name);
92 void prepare(
const std::string& name);
105 bool enable(
bool flag);
116 void setActiveName(
const std::string& name);
124 void addExternalNode(
const std::string& name,
Node& node);
130 void removeExternalNode(
const std::string& name);
136 std::string getActiveName();
142 bool requireActiveName();
144 #ifndef DOXYGEN_SHOULD_SKIP_THIS
The main, catch-all namespace for YARP.