GNU Radio 3.6.5 C++ API

gr::blocks::message_sink Class Reference

Gather received items into messages and insert into msgq. More...

#include <message_sink.h>

Inheritance diagram for gr::blocks::message_sink:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::message_sink_impl

List of all members.

Public Types

typedef boost::shared_ptr
< message_sink
sptr

Static Public Member Functions

static sptr make (size_t itemsize, gr_msg_queue_sptr msgq, bool dont_block)

Detailed Description

Gather received items into messages and insert into msgq.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::message_sink::make ( size_t  itemsize,
gr_msg_queue_sptr  msgq,
bool  dont_block 
) [static]

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