23 #ifndef INCLUDED_ZEROMQ_SUB_MSG_SOURCE_IMPL_H
24 #define INCLUDED_ZEROMQ_SUB_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.
sub_msg_source_impl(char *address, int timeout)
bool d_finished
Definition: sub_msg_source_impl.h:43
boost::thread thread
Definition: thread.h:45
Include this header to use the message passing features.
Definition: logger.h:129
Definition: sub_msg_source_impl.h:32
bool stop()
Called to disable drivers, etc for i/o devices.
Receive messages on ZMQ SUB socket and output async messages.
Definition: sub_msg_source.h:40