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;
57 static sptr make(
char* address,
int timeout = 100,
bool bind =
true);
The abstract base class for all 'terminal' processing blocks.
Definition block.h:72
Sink the contents of a msg port to a ZMQ PUB socket.
Definition pub_msg_sink.h:44
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
boost::shared_ptr< pub_msg_sink > sptr
Definition pub_msg_sink.h:46
static sptr make(char *address, int timeout=100, bool bind=true)
Return a shared_ptr to a new instance of zeromq::pub_msg_sink.
#define ZEROMQ_API
Definition gr-zeromq/include/gnuradio/zeromq/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46