23 #ifndef INCLUDED_ZEROMQ_PUSH_MSG_SINK_H 24 #define INCLUDED_ZEROMQ_PUSH_MSG_SINK_H 45 typedef boost::shared_ptr<push_msg_sink>
sptr;
54 static sptr make(
char* address,
int timeout = 100);
59 virtual std::string last_endpoint() = 0;
boost::shared_ptr< push_msg_sink > sptr
Definition: push_msg_sink.h:45
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
Sink the contents of a msg port to a ZMQ PUSH socket.
Definition: push_msg_sink.h:42
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71