GNU Radio 3.6.0 C++ API
|
#include <blob_to_stream.h>
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. |
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.
item_size | the size of the output stream in bytes |