25 #ifndef INCLUDED_BLOCKS_VECTOR_SINK_B_H
26 #define INCLUDED_BLOCKS_VECTOR_SINK_B_H
42 typedef boost::shared_ptr<vector_sink_b>
sptr;
44 static sptr make(
int vlen = 1);
46 virtual void reset() = 0;
47 virtual std::vector<unsigned char> data()
const = 0;
48 virtual std::vector<tag_t> tags()
const = 0;
Include this header to use the message passing features.
Definition: logger.h:131
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
boost::shared_ptr< vector_sink_b > sptr
Definition: vector_sink_b.h:42
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
unsigned char sink that writes to a vector
Definition: vector_sink_b.h:38