GNU Radio 3.4.2 C++ API
gr_stream_to_streams.h File Reference
Include dependency graph for gr_stream_to_streams.h:

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_stream_to_streams_sptr gr_make_stream_to_streams (size_t item_size, size_t nstreams)

Function Documentation

gr_stream_to_streams_sptr gr_make_stream_to_streams ( size_t  item_size,
size_t  nstreams 
)