GNU Radio 3.5.3.2 C++ API
gr_vector_source_i.h File Reference
#include <gr_core_api.h>
#include <gr_sync_block.h>
Include dependency graph for gr_vector_source_i.h:

Go to the source code of this file.

Classes

class  gr_vector_source_i
 source of int's that gets its data from a vector More...

Functions

GR_CORE_API gr_vector_source_i_sptr gr_make_vector_source_i (const std::vector< int > &data, bool repeat=false, int vlen=1)

Variables

class GR_CORE_API gr_vector_source_i

Function Documentation

GR_CORE_API gr_vector_source_i_sptr gr_make_vector_source_i ( const std::vector< int > &  data,
bool  repeat = false,
int  vlen = 1 
)

Variable Documentation

class GR_CORE_API gr_vector_source_i