GNU Radio 3.6.0 C++ API
gnuradio::extras::blob_to_stream Class Reference

#include <blob_to_stream.h>

Inheritance diagram for gnuradio::extras::blob_to_stream:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Types

typedef boost::shared_ptr
< blob_to_stream
sptr

Static Public Member Functions

static sptr make (const size_t item_size)
 Make a blob to stream block.

Member Typedef Documentation


Member Function Documentation

static sptr gnuradio::extras::blob_to_stream::make ( const size_t  item_size) [static]

Make a blob to stream block.

This block reads incoming messages from the queue, and copies the blob contents into the outgoing stream. Non-blob message values will be ignored by the block. An empty blob (length 0 bytes) tells the work to exit.

Parameters:
item_sizethe size of the output stream in bytes
Returns:
a new blob to stream block

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