11 #ifndef INCLUDED_ZEROMQ_SUB_MSG_SOURCE_H 12 #define INCLUDED_ZEROMQ_SUB_MSG_SOURCE_H 31 typedef std::shared_ptr<sub_msg_source>
sptr;
42 static sptr make(
char* address,
int timeout = 100,
bool bind =
false);
47 virtual std::string last_endpoint() = 0;
std::shared_ptr< sub_msg_source > sptr
Definition: sub_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
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62
Receive messages on ZMQ SUB socket and output async messages.
Definition: sub_msg_source.h:28