8 if(configfile!=
"") m_variables.Initialise(configfile);
14 if(!m_variables.Get(
"verbose",m_verbose)) m_verbose=1;
19 sock =
new zmq::socket_t(*(m_data->context), ZMQ_DEALER);
21 std::stringstream tmp;
24 sock->bind(tmp.str().c_str());
45 if(!ret)
return false;
bool AddService(std::string ServiceName, unsigned int port, bool StatusQuery=false)
Broadcasts an available service (only in remote mode)
Logging * Log
Log class pointer for use in Tools, it can be used to send messages which can have multiple error lev...
bool RemoveService(std::string ServiceName)
Removes service broadcasts for a service.