23#ifndef INCLUDED_ZEROMQ_SUB_SOURCE_H
24#define INCLUDED_ZEROMQ_SUB_SOURCE_H
43 typedef boost::shared_ptr<sub_source>
sptr;
59 bool pass_tags =
false,
synchronous 1:1 input to output with history
Definition: sync_block.h:38
Receive messages on ZMQ SUB socket and source stream.
Definition: sub_source.h:41
static sptr make(size_t itemsize, size_t vlen, char *address, int timeout=100, bool pass_tags=false, int hwm=-1)
Return a shared_ptr to a new instance of gr::zeromq::sub_source.
boost::shared_ptr< sub_source > sptr
Definition: sub_source.h:43
#define ZEROMQ_API
Definition: gr-zeromq/include/gnuradio/zeromq/api.h:30
BLOCKS_API size_t itemsize(vector_type type)
Include this header to use the message passing features.
Definition: basic_block.h:45