23#ifndef INCLUDED_ZEROMQ_SUB_MSG_SOURCE_H
24#define INCLUDED_ZEROMQ_SUB_MSG_SOURCE_H
43 typedef boost::shared_ptr<sub_msg_source>
sptr;
52 static sptr make(
char* address,
int timeout = 100);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Receive messages on ZMQ SUB socket and output async messages.
Definition: sub_msg_source.h:41
static sptr make(char *address, int timeout=100)
Return a shared_ptr to a new instance of gr::zeromq::sub_msg_source.
boost::shared_ptr< sub_msg_source > sptr
Definition: sub_msg_source.h:43
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45