23#ifndef INCLUDED_ZEROMQ_PUSH_SINK_H
24#define INCLUDED_ZEROMQ_PUSH_SINK_H
47 typedef boost::shared_ptr<push_sink>
sptr;
63 bool pass_tags =
false,
synchronous 1:1 input to output with history
Definition sync_block.h:38
Sink the contents of a stream to a ZMQ PUSH socket.
Definition push_sink.h:45
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
static sptr make(size_t itemsize, size_t vlen, char *address, int timeout=100, bool pass_tags=false, int hwm=-1)
Return a shared_ptr to a new instance of gr::zeromq::push_sink.
boost::shared_ptr< push_sink > sptr
Definition push_sink.h:47
#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