GNU Radio 3.7.1 C++ API
|
convert a stream of gnuradio/blocks of nitems_per_block items into a stream of items More...
#include <vector_to_stream.h>
Public Types | |
typedef boost::shared_ptr < vector_to_stream > | sptr |
Static Public Member Functions | |
static sptr | make (size_t itemsize, size_t nitems_per_block) |
convert a stream of gnuradio/blocks of nitems_per_block items into a stream of items
static sptr gr::blocks::vector_to_stream::make | ( | size_t | itemsize, |
size_t | nitems_per_block | ||
) | [static] |
Make vector-to-stream block
itemsize | the item size of the stream |
nitems_per_block | number of items per vector (vector size) |