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

#include <stream_to_blob.h>

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

List of all members.

Public Types

typedef boost::shared_ptr
< stream_to_blob
sptr

Static Public Member Functions

static sptr make (const size_t item_size, const size_t mtu=0)
 Make a stream to blob block.

Member Typedef Documentation


Member Function Documentation

static sptr gnuradio::extras::stream_to_blob::make ( const size_t  item_size,
const size_t  mtu = 0 
) [static]

Make a stream to blob block.

This block reads bytes from the input stream, and posts blob messages to "blob" subscriber group.

Parameters:
item_sizethe size of the input stream in bytes
mtuthe blob length in bytes, or zero for default
Returns:
a new stream to blob block

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