GNU Radio 3.6.5 C++ API

gr::blocks::stream_to_vector Class Reference

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

#include <stream_to_vector.h>

Inheritance diagram for gr::blocks::stream_to_vector:
gr_sync_decimator gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::stream_to_vector_impl

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