GNU Radio 3.6.0 C++ API
|
#include <stream_to_blob.h>
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. |
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.
item_size | the size of the input stream in bytes |
mtu | the blob length in bytes, or zero for default |