23 #ifndef INCLUDED_ZEROMQ_PUB_MSG_SINK_H
24 #define INCLUDED_ZEROMQ_PUB_MSG_SINK_H
46 typedef boost::shared_ptr<pub_msg_sink>
sptr;
54 static sptr make(
char *address,
int timeout=100);
boost::shared_ptr< pub_msg_sink > sptr
Definition: pub_msg_sink.h:46
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
Include this header to use the message passing features.
Definition: logger.h:131
Sink the contents of a msg port to a ZMQ PUB socket.
Definition: pub_msg_sink.h:43
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60