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