25 #ifndef INCLUDED_BLOCKS_VECTOR_SINK_C_H
26 #define INCLUDED_BLOCKS_VECTOR_SINK_C_H
44 static sptr make(
int vlen = 1);
46 virtual void reset() = 0;
47 virtual std::vector<gr_complex> data()
const = 0;
48 virtual std::vector<tag_t> tags()
const = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< vector_sink_c > sptr
Definition: vector_sink_c.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
gr_complex sink that writes to a vector
Definition: vector_sink_c.h:38