GNU Radio 3.7.1 C++ API
|
gr_complex sink that writes to a vector More...
#include <vector_sink_c.h>
Public Types | |
typedef boost::shared_ptr < vector_sink_c > | sptr |
Public Member Functions | |
virtual void | reset ()=0 |
virtual std::vector< gr_complex > | data () const =0 |
virtual std::vector< tag_t > | tags () const =0 |
Static Public Member Functions | |
static sptr | make (int vlen=1) |
gr_complex sink that writes to a vector
virtual std::vector<gr_complex> gr::blocks::vector_sink_c::data | ( | ) | const [pure virtual] |
static sptr gr::blocks::vector_sink_c::make | ( | int | vlen = 1 | ) | [static] |
virtual void gr::blocks::vector_sink_c::reset | ( | ) | [pure virtual] |
virtual std::vector<tag_t> gr::blocks::vector_sink_c::tags | ( | ) | const [pure virtual] |