 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_ZEROMQ_PUB_SINK_H
24 #define INCLUDED_ZEROMQ_PUB_SINK_H
46 typedef boost::shared_ptr<pub_sink>
sptr;
62 bool pass_tags =
false,
boost::shared_ptr< pub_sink > sptr
Definition: pub_sink.h:46
BLOCKS_API size_t itemsize(vector_type type)
Sink the contents of a stream to a ZMQ PUB socket.
Definition: pub_sink.h:44
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
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 zeromq::pub_sink.
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43