GNU Radio 3.7.1 C++ API
gr::blocks::message_burst_source Class Reference

Turn received messages into a stream and tag them for UHD to send. More...

#include <message_burst_source.h>

Inheritance diagram for gr::blocks::message_burst_source:

List of all members.

Public Types

typedef boost::shared_ptr
< message_burst_source
sptr

Public Member Functions

virtual gr::msg_queue::sptr msgq () const =0

Static Public Member Functions

static sptr make (size_t itemsize, int msgq_limit)
static sptr make (size_t itemsize, gr::msg_queue::sptr msgq)

Detailed Description

Turn received messages into a stream and tag them for UHD to send.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::message_burst_source::make ( size_t  itemsize,
int  msgq_limit 
) [static]
static sptr gr::blocks::message_burst_source::make ( size_t  itemsize,
gr::msg_queue::sptr  msgq 
) [static]

The documentation for this class was generated from the following file: