25 #ifndef INCLUDED_BLOCKS_VECTOR_SINK_S_H 26 #define INCLUDED_BLOCKS_VECTOR_SINK_S_H 42 typedef boost::shared_ptr<vector_sink_s>
sptr;
53 static sptr make(
const int vlen = 1,
const int reserve_items = 1024);
56 virtual void reset() = 0;
57 virtual std::vector<short> data()
const = 0;
58 virtual std::vector<tag_t> tags()
const = 0;
boost::shared_ptr< vector_sink_s > sptr
Definition: vector_sink_s.h:42
Include this header to use the message passing features.
Definition: logger.h:695
#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
short sink that writes to a vector
Definition: vector_sink_s.h:38