GNU Radio 3.6.5 C++ API
|
#include <gr_core_api.h>
#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
class | gr_vector_source_s |
source of short's that gets its data from a vector More... | |
Functions | |
GR_CORE_API gr_vector_source_s_sptr | gr_make_vector_source_s (const std::vector< short > &data, bool repeat=false, int vlen=1, const std::vector< gr_tag_t > &tags=std::vector< gr_tag_t >()) |
Variables | |
class GR_CORE_API | gr_vector_source_s |
GR_CORE_API gr_vector_source_s_sptr gr_make_vector_source_s | ( | const std::vector< short > & | data, |
bool | repeat = false , |
||
int | vlen = 1 , |
||
const std::vector< gr_tag_t > & | tags = std::vector< gr_tag_t >() |
||
) |
class GR_CORE_API gr_vector_source_s |