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

convert a stream of items into a stream of gnuradio/blocks containing nitems_per_block More...

#include <stream_to_vector.h>

Inheritance diagram for gr::blocks::stream_to_vector:

List of all members.

Public Types

typedef boost::shared_ptr
< stream_to_vector
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nitems_per_block)

Detailed Description

convert a stream of items into a stream of gnuradio/blocks containing nitems_per_block


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::stream_to_vector::make ( size_t  itemsize,
size_t  nitems_per_block 
) [static]

Make a stream-to-vector block.

Parameters:
itemsizethe item size of the stream
nitems_per_blocknumber of items to but into each vector (vector size)

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