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

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

#include <vector_to_stream.h>

Inheritance diagram for gr::blocks::vector_to_stream:

List of all members.

Public Types

typedef boost::shared_ptr
< vector_to_stream
sptr

Static Public Member Functions

static sptr make (size_t itemsize, size_t nitems_per_block)

Detailed Description

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


Member Typedef Documentation


Member Function Documentation

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

Make vector-to-stream block

Parameters:
itemsizethe item size of the stream
nitems_per_blocknumber of items per vector (vector size)

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