GNU Radio 3.7.1 C++ API
|
Gather received items into messages and insert into msgq. More...
#include <message_sink.h>
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) |
Gather received items into messages and insert into msgq.
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] |