GNU Radio 3.6.5 C++ API

gr_message_sink.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_message.h>
#include <gr_msg_queue.h>
#include <string>

Go to the source code of this file.

Classes

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

Functions

GR_CORE_API gr_message_sink_sptr gr_make_message_sink (size_t itemsize, gr_msg_queue_sptr msgq, bool dont_block)
GR_CORE_API gr_message_sink_sptr gr_make_message_sink (size_t itemsize, gr_msg_queue_sptr msgq, bool dont_block, const std::string &lengthtagname)

Function Documentation

GR_CORE_API gr_message_sink_sptr gr_make_message_sink ( size_t  itemsize,
gr_msg_queue_sptr  msgq,
bool  dont_block 
)
GR_CORE_API gr_message_sink_sptr gr_make_message_sink ( size_t  itemsize,
gr_msg_queue_sptr  msgq,
bool  dont_block,
const std::string &  lengthtagname 
)