11 #ifndef INCLUDED_ZEROMQ_PUSH_MSG_SINK_H
12 #define INCLUDED_ZEROMQ_PUSH_MSG_SINK_H
33 typedef std::shared_ptr<push_msg_sink>
sptr;
44 static sptr make(
char* address,
int timeout = 100,
bool bind =
true);
49 virtual std::string last_endpoint() = 0;
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:18
Sink the contents of a msg port to a ZMQ PUSH socket.
Definition: push_msg_sink.h:30
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< push_msg_sink > sptr
Definition: push_msg_sink.h:33
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62