23 #ifndef INCLUDED_ZEROMQ_REQ_MSG_SOURCE_H 24 #define INCLUDED_ZEROMQ_REQ_MSG_SOURCE_H 43 typedef boost::shared_ptr<req_msg_source>
sptr;
52 static sptr make(
char* address,
int timeout = 100);
57 virtual std::string last_endpoint() = 0;
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Receive messages on ZMQ REQ socket output async messages.
Definition: req_msg_source.h:40
boost::shared_ptr< req_msg_source > sptr
Definition: req_msg_source.h:43
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71