25 #ifndef INCLUDED_BLOCKS_VECTOR_SOURCE_S_H
26 #define INCLUDED_BLOCKS_VECTOR_SOURCE_S_H
44 static sptr make(
const std::vector<short> &data,
45 bool repeat=
false,
int vlen=1,
46 const std::vector<tag_t> &tags=std::vector<tag_t>());
48 virtual void rewind() = 0;
49 virtual void set_data(
const std::vector<short> &data,
50 const std::vector<tag_t> &tags=std::vector<tag_t>()) = 0;
source of short's that gets its data from a vector
Definition: vector_source_s.h:38
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< vector_source_s > sptr
Definition: vector_source_s.h:42
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
repeat each input repeat times
Definition: repeat.h:36