GNU Radio 3.7.1 C++ API
|
convert a stream of items into a N streams of items More...
#include <stream_to_streams.h>
Public Types | |
typedef boost::shared_ptr < stream_to_streams > | sptr |
Static Public Member Functions | |
static sptr | make (size_t itemsize, size_t nstreams) |
convert a stream of items into a N streams of items
Converts a stream of N items into N streams of 1 item. Repeat ad infinitum.
static sptr gr::blocks::stream_to_streams::make | ( | size_t | itemsize, |
size_t | nstreams | ||
) | [static] |
Make a stream-to-streams block.
itemsize | the item size of the stream |
nstreams | number of streams to split input into |