23#ifndef INCLUDED_GR_MESSAGE_BURST_SOURCE_H
24#define INCLUDED_GR_MESSAGE_BURST_SOURCE_H
41 typedef boost::shared_ptr<message_burst_source>
sptr;
Turn received messages into a stream and tag them for UHD to send.
Definition: message_burst_source.h:38
boost::shared_ptr< message_burst_source > sptr
Definition: message_burst_source.h:41
static sptr make(size_t itemsize, gr::msg_queue::sptr msgq)
static sptr make(size_t itemsize, int msgq_limit)
virtual gr::msg_queue::sptr msgq() const =0
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/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