GNU Radio 3.7.1 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:

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)
static sptr make (size_t itemsize, gr::msg_queue::sptr msgq, bool dont_block, const std::string &lengthtagname)

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]
static sptr gr::blocks::message_sink::make ( size_t  itemsize,
gr::msg_queue::sptr  msgq,
bool  dont_block,
const std::string &  lengthtagname 
) [static]

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