GNU Radio Manual and C++ API Reference  3.8.1.0
The Free & Open Software Radio Ecosystem
vector_source.h File Reference
#include <gnuradio/blocks/api.h>
#include <gnuradio/sync_block.h>
#include <cstdint>

Go to the source code of this file.

Classes

class  gr::blocks::vector_source< T >
 Source that streams T items based on the input data vector. More...
 

Namespaces

 gr
 GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
 
 gr::blocks
 

Typedefs

typedef vector_source< std::uint8_t > gr::blocks::vector_source_b
 
typedef vector_source< std::int16_t > gr::blocks::vector_source_s
 
typedef vector_source< std::int32_t > gr::blocks::vector_source_i
 
typedef vector_source< float > gr::blocks::vector_source_f
 
typedef vector_source< gr_complexgr::blocks::vector_source_c