 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
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 );
79 #endif // ctkNetworkConnectorZeroMQ_H
void createServer(const unsigned int port)
create the unique instance of the server.
ctkNetworkConnector * clone()
retrieve an instance of the object
void initializeForEventBus()
register all the signals and slots
ctkNetworkConnectorZeroMQ()
object constructor.
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.
void startListen()
Start the server.
~ctkNetworkConnectorZeroMQ()
object destructor.