12 #ifndef ctkNetworkConnectorZeroMQ_H
13 #define ctkNetworkConnectorZeroMQ_H
39 void createClient(
const QString hostName,
const unsigned int port);
59 virtual void processReturnValue(
int requestId, QVariant value );
ctkNetworkConnector * clone()
retrieve an instance of the object
void initializeForEventBus()
register all the signals and slots
~ctkNetworkConnectorZeroMQ()
object destructor.
void startListen()
Start the server.
ctkNetworkConnectorZeroMQ()
object constructor.
void createServer(const unsigned int port)
create the unique instance of the server.
void send(const QString event_id, ctkEventArgumentsList *argList)
Allow to send a network request.
void createClient(const QString hostName, const unsigned int port)
create the unique instance of the client.