25 #ifndef INCLUDED_BLOCKS_TSB_VECTOR_SINK_S_H 26 #define INCLUDED_BLOCKS_TSB_VECTOR_SINK_S_H 44 typedef boost::shared_ptr<tsb_vector_sink_s>
sptr;
46 virtual void reset() = 0;
47 virtual std::vector<std::vector<short> > data()
const = 0;
50 virtual std::vector<tag_t> tags()
const = 0;
56 static sptr make(
int vlen=1,
const std::string &tsb_key=
"ts_last");
Block that operates on PDUs in form of tagged streamsOverride work to provide the signal processing i...
Definition: tagged_stream_block.h:37
boost::shared_ptr< tsb_vector_sink_s > sptr
Definition: tsb_vector_sink_s.h:44
A vector sink for tagged streams.
Definition: tsb_vector_sink_s.h:41
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