|
GNU Radio 3.7.1 C++ API
|
float sink that writes to a vector More...
#include <vector_sink_f.h>

Public Types | |
| typedef boost::shared_ptr < vector_sink_f > | sptr |
Public Member Functions | |
| virtual void | reset ()=0 |
| virtual std::vector< float > | data () const =0 |
| virtual std::vector< tag_t > | tags () const =0 |
Static Public Member Functions | |
| static sptr | make (int vlen=1) |
float sink that writes to a vector
| virtual std::vector<float> gr::blocks::vector_sink_f::data | ( | ) | const [pure virtual] |
| static sptr gr::blocks::vector_sink_f::make | ( | int | vlen = 1 | ) | [static] |
| virtual void gr::blocks::vector_sink_f::reset | ( | ) | [pure virtual] |
| virtual std::vector<tag_t> gr::blocks::vector_sink_f::tags | ( | ) | const [pure virtual] |