 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_ZEROMQ_PUSH_SINK_H
12 #define INCLUDED_ZEROMQ_PUSH_SINK_H
35 typedef std::shared_ptr<push_sink>
sptr;
53 bool pass_tags =
false,
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:18
GR_RUNTIME_API size_t itemsize(types::vector_type type)
synchronous 1:1 input to output with history
Definition: sync_block.h:26
Sink the contents of a stream to a ZMQ PUSH socket.
Definition: push_sink.h:33
std::shared_ptr< push_sink > sptr
Definition: push_sink.h:35
static sptr make(size_t itemsize, size_t vlen, char *address, int timeout=100, bool pass_tags=false, int hwm=-1, bool bind=true)
Return a shared_ptr to a new instance of gr::zeromq::push_sink.
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.