GNU Radio 3.6.4.1 C++ API
gr_vector_source_f.h File Reference
#include <gr_core_api.h>
#include <gr_sync_block.h>

Go to the source code of this file.

Classes

class  gr_vector_source_f
 source of float's that gets its data from a vector More...
 

Functions

GR_CORE_API gr_vector_source_f_sptr gr_make_vector_source_f (const std::vector< float > &data, bool repeat=false, int vlen=1)
 

Variables

class GR_CORE_API gr_vector_source_f
 

Function Documentation

GR_CORE_API gr_vector_source_f_sptr gr_make_vector_source_f ( const std::vector< float > &  data,
bool  repeat = false,
int  vlen = 1 
)

Variable Documentation