11#ifndef INCLUDED_ZEROMQ_PULL_MSG_SOURCE_H 
   12#define INCLUDED_ZEROMQ_PULL_MSG_SOURCE_H 
   31    typedef std::shared_ptr<pull_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 PULL socket and output async messages.
Definition pull_msg_source.h:29
std::shared_ptr< pull_msg_source > sptr
Definition pull_msg_source.h:31
virtual std::string last_endpoint()=0
Return a std::string of ZMQ_LAST_ENDPOINT from the underlying ZMQ socket.
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.
#define ZEROMQ_API
Definition gr-zeromq/include/gnuradio/zeromq/api.h:18
Definition pub_msg_sink.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29