23 #ifndef INCLUDED_ZEROMQ_PUB_MSG_SINK_IMPL_H
24 #define INCLUDED_ZEROMQ_PUB_MSG_SINK_IMPL_H
36 zmq::context_t *d_context;
37 zmq::socket_t *d_socket;
void handler(pmt::pmt_t msg)
Include this header to use the message passing features.
Definition: logger.h:129
Sink the contents of a msg port to a ZMQ PUB socket.
Definition: pub_msg_sink.h:43
Definition: pub_msg_sink_impl.h:32
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:56
pub_msg_sink_impl(char *address, int timeout)