GNU Radio 3.7.1 C++ API
|
Convert 1 stream of vectors of length N to N streams of items. More...
#include <vector_to_streams.h>
Public Types | |
typedef boost::shared_ptr < vector_to_streams > | sptr |
Static Public Member Functions | |
static sptr | make (size_t itemsize, size_t nstreams) |
Convert 1 stream of vectors of length N to N streams of items.
static sptr gr::blocks::vector_to_streams::make | ( | size_t | itemsize, |
size_t | nstreams | ||
) | [static] |
Make vector-to-streams block
itemsize | the item size of the stream |
nstreams | number of items per vector (vector size and number of streams produced) |