GNU Radio 3.5.1 C++ API
|
Go to the source code of this file.
Classes | |
class | gr_stream_to_streams |
convert a stream of items into a N streams of itemsConverts a stream of N items into N streams of 1 item. Repeat ad infinitum. More... | |
Functions | |
GR_CORE_API gr_stream_to_streams_sptr | gr_make_stream_to_streams (size_t item_size, size_t nstreams) |
GR_CORE_API gr_stream_to_streams_sptr gr_make_stream_to_streams | ( | size_t | item_size, |
size_t | nstreams | ||
) |