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);
47 virtual std::string last_endpoint() = 0;
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
Receive messages on ZMQ REQ socket output async messages.
Definition: req_msg_source.h:28
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62
std::shared_ptr< req_msg_source > sptr
Definition: req_msg_source.h:31