11 #ifndef INCLUDED_ZEROMQ_REQ_MSG_SOURCE_H
12 #define INCLUDED_ZEROMQ_REQ_MSG_SOURCE_H
31 typedef std::shared_ptr<req_msg_source>
sptr;
42 static sptr make(
char* address,
int timeout = 100,
bool bind =
false);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Receive messages on ZMQ REQ socket output async messages.
Definition: req_msg_source.h:29
static sptr make(char *address, int timeout=100, bool bind=false)
Return a shared_ptr to a new instance of zeromq::req_msg_source.
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
std::shared_ptr< req_msg_source > sptr
Definition: req_msg_source.h:31
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29