25 #ifndef INCLUDED_BLOCKS_TSB_VECTOR_SINK_I_H
26 #define INCLUDED_BLOCKS_TSB_VECTOR_SINK_I_H
46 virtual void reset() = 0;
47 virtual std::vector<std::vector<int> > 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
A vector sink for tagged streams.
Definition: tsb_vector_sink_i.h:41
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
boost::shared_ptr< tsb_vector_sink_i > sptr
Definition: tsb_vector_sink_i.h:44