GNU Radio v3.6.2-149-ga6d285d9 C++ API
gr::blocks::stream_to_streams Class Reference

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...

#include <stream_to_streams.h>

Inheritance diagram for gr::blocks::stream_to_streams:
gr_sync_decimator gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::stream_to_streams_impl

List of all members.

Public Types

typedef boost::shared_ptr
< stream_to_streams
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nstreams)

Detailed Description

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.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::stream_to_streams::make ( size_t  itemsize,
size_t  nstreams 
) [static]

The documentation for this class was generated from the following file: