9 #ifndef CPPSERVER_NANOMSG_BUS_H 10 #define CPPSERVER_NANOMSG_BUS_H 47 explicit Bus(
const std::string& address,
bool threading =
true)
52 virtual ~Bus() =
default;
66 bool Link(
const std::string& address);
74 #endif // CPPSERVER_NANOMSG_BUS_H
C++ Server project definitions.
Bus & operator=(const Bus &)=delete
Nanomsg server definition.
Protocol
Nanomsg protocol.
Bus(const std::string &address, bool threading=true)
Initialize bus node with a given endpoint address.
Standard full-blown socket.
bool Link(const std::string &address)
Link the current bus node to another one.