 |
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_PULL_MSG_SOURCE_H
24 #define INCLUDED_ZEROMQ_PULL_MSG_SOURCE_H
43 typedef boost::shared_ptr<pull_msg_source>
sptr;
54 static sptr make(
char* address,
int timeout = 100,
bool bind =
false);
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
static sptr make(char *address, int timeout=100, bool bind=false)
Return a shared_ptr to a new instance of gr::zeromq::pull_msg_source.
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< pull_msg_source > sptr
Definition: pull_msg_source.h:43
Receive messages on ZMQ PULL socket and output async messages.
Definition: pull_msg_source.h:41