23 #ifndef INCLUDED_ZEROMQ_PULL_MSG_SOURCE_IMPL_H
24 #define INCLUDED_ZEROMQ_PULL_MSG_SOURCE_IMPL_H
36 zmq::context_t *d_context;
37 zmq::socket_t *d_socket;
bool start()
Called to enable drivers, etc for i/o devices.
pull_msg_source_impl(char *address, int timeout)
boost::thread thread
Definition: thread.h:45
Include this header to use the message passing features.
Definition: logger.h:129
bool d_finished
Definition: pull_msg_source_impl.h:43
Receive messages on ZMQ PULL socket and output async messages.
Definition: pull_msg_source.h:40
Definition: pull_msg_source_impl.h:32
bool stop()
Called to disable drivers, etc for i/o devices.