GNU Radio 3.6.5 C++ API
|
gr_complex sink that writes to a vector More...
#include <gr_vector_sink_c.h>
Public Member Functions | |
virtual int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you | |
void | reset () |
void | clear () |
std::vector< gr_complex > | data () const |
std::vector< gr_tag_t > | tags () const |
Friends | |
GR_CORE_API gr_vector_sink_c_sptr | gr_make_vector_sink_c (int vlen) |
gr_complex sink that writes to a vector
void gr_vector_sink_c::clear | ( | void | ) | [inline] |
std::vector<gr_complex> gr_vector_sink_c::data | ( | ) | const |
void gr_vector_sink_c::reset | ( | ) | [inline] |
std::vector<gr_tag_t> gr_vector_sink_c::tags | ( | ) | const |
virtual int gr_vector_sink_c::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
GR_CORE_API gr_vector_sink_c_sptr gr_make_vector_sink_c | ( | int | vlen | ) | [friend] |