DABC (Data Acquisition Backbone Core)  2.9.9
Namespaces | Functions
api.h File Reference
#include "dabc/Hierarchy.h"

Go to the source code of this file.

Namespaces

 dabc
 Event manipulation API.
 

Functions

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