11 #ifndef INCLUDED_ZEROMQ_REP_MSG_SINK_H
12 #define INCLUDED_ZEROMQ_REP_MSG_SINK_H
33 typedef std::shared_ptr<rep_msg_sink>
sptr;
44 static sptr make(
char* address,
int timeout = 100,
bool bind =
true);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Sink the contents of a msg port to a ZMQ REP socket.
Definition: rep_msg_sink.h:31
std::shared_ptr< rep_msg_sink > sptr
Definition: rep_msg_sink.h:33
static sptr make(char *address, int timeout=100, bool bind=true)
Return a shared_ptr to a new instance of zeromq::rep_msg_sink.
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29