GNU Radio 3.7.1 C++ API
gr::blocks::streams_to_vector Class Reference

convert N streams of items to 1 stream of vector length N More...

#include <streams_to_vector.h>

Inheritance diagram for gr::blocks::streams_to_vector:

List of all members.

Public Types

typedef boost::shared_ptr
< streams_to_vector
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nstreams)

Detailed Description

convert N streams of items to 1 stream of vector length N


Member Typedef Documentation


Member Function Documentation

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

Make a stream-to-vector block.

Parameters:
itemsizethe item size of the stream
nstreamsnumber of streams to combine into a vector (vector size)

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