GNU Radio 3.7.1 C++ API
|
source of gr_complex's that gets its data from a vector More...
#include <vector_insert_c.h>
Public Types | |
typedef boost::shared_ptr < vector_insert_c > | sptr |
Public Member Functions | |
virtual void | rewind ()=0 |
virtual void | set_data (const std::vector< gr_complex > &data)=0 |
Static Public Member Functions | |
static sptr | make (const std::vector< gr_complex > &data, int periodicity, int offset=0) |
source of gr_complex's that gets its data from a vector
static sptr gr::blocks::vector_insert_c::make | ( | const std::vector< gr_complex > & | data, |
int | periodicity, | ||
int | offset = 0 |
||
) | [static] |
Make vector insert block.
data | vector of data to insert |
periodicity | number of samples between when to send data |
offset | initial item offset of first insert |
virtual void gr::blocks::vector_insert_c::rewind | ( | ) | [pure virtual] |
virtual void gr::blocks::vector_insert_c::set_data | ( | const std::vector< gr_complex > & | data | ) | [pure virtual] |