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

Convert 1 stream of vectors of length N to N streams of items. More...

#include <vector_to_streams.h>

Inheritance diagram for gr::blocks::vector_to_streams:

List of all members.

Public Types

typedef boost::shared_ptr
< vector_to_streams
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nstreams)

Detailed Description

Convert 1 stream of vectors of length N to N streams of items.


Member Typedef Documentation


Member Function Documentation

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

Make vector-to-streams block

Parameters:
itemsizethe item size of the stream
nstreamsnumber of items per vector (vector size and number of streams produced)

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