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