GNU Radio 3.6.5 C++ API

gr::blocks::message_source Class Reference

Turn received messages into a stream. More...

#include <message_source.h>

Inheritance diagram for gr::blocks::message_source:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::message_source_impl

List of all members.

Public Types

typedef boost::shared_ptr
< message_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=0)
static sptr make (size_t itemsize, gr_msg_queue_sptr msgq)

Detailed Description

Turn received messages into a stream.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::message_source::make ( size_t  itemsize,
int  msgq_limit = 0 
) [static]
static sptr gr::blocks::message_source::make ( size_t  itemsize,
gr_msg_queue_sptr  msgq 
) [static]
virtual gr_msg_queue_sptr gr::blocks::message_source::msgq ( ) const [pure virtual]

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