23#ifndef INCLUDED_ZEROMQ_REP_MSG_SINK_H
24#define INCLUDED_ZEROMQ_REP_MSG_SINK_H
45 typedef boost::shared_ptr<rep_msg_sink>
sptr;
54 static sptr make(
char* address,
int timeout = 100);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Sink the contents of a msg port to a ZMQ REP socket.
Definition: rep_msg_sink.h:43
static sptr make(char *address, int timeout=100)
Return a shared_ptr to a new instance of zeromq::rep_msg_sink.
boost::shared_ptr< rep_msg_sink > sptr
Definition: rep_msg_sink.h:45
#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