19 #ifndef DABC_Hierarchy
30 extern bool CreateManager(
const std::string &name,
int cmd_port = -1);
Represents objects hierarchy of remote (or local) DABC process.
bool InstallSignalHandlers()
Method is used to install DABC-specific Ctrl-C handler It allows to correctly stop program execution ...
bool CtrlCPressed()
Returns true when CtrlC was pressed in handler.
Hierarchy GetNodeHierarchy(const std::string &nodeaddr)
Function request hierarchy of objects on remote node.
bool CreateManager(const std::string &name, int cmd_port=-1)
Function should be used to create manager instance.
bool DestroyManager()
Function can be used to destroy manager.
std::string MakeNodeName(const std::string &arg)
Function creates node name, which can be supplied as receiver of dabc commands.
bool ConnectDabcNode(const std::string &nodeaddr)
Function establish connection with specified dabc node.