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

Convert N streams of 1 item into a 1 stream of N itemsConvert N streams of 1 item into 1 stream of N items. Repeat ad infinitum. More...

#include <streams_to_stream.h>

Inheritance diagram for gr::blocks::streams_to_stream:
gr_sync_interpolator gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::streams_to_stream_impl

List of all members.

Public Types

typedef boost::shared_ptr
< streams_to_stream
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nstreams)

Detailed Description

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.


Member Typedef Documentation


Member Function Documentation

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

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