55 virtual Contact query(
const std::string& name,
56 const std::string& category =
"")
override;
70 Contact getParent(
const std::string& name);
78 Contact getURI(
const std::string& name);
86 void prepare(
const std::string& name);
99 bool enable(
bool flag);
110 void setActiveName(
const std::string& name);
118 void addExternalNode(
const std::string& name,
Node& node);
124 void removeExternalNode(
const std::string& name);
130 std::string getActiveName();
136 bool requireActiveName();
138#ifndef DOXYGEN_SHOULD_SKIP_THIS
A mini-server for performing network communication in the background.
An interface to the operating system, including Port based communication.