GNU Radio 3.7.1 C++ API
|
source of int's that gets its data from a vector More...
#include <vector_insert_i.h>
Public Types | |
typedef boost::shared_ptr < vector_insert_i > | sptr |
Public Member Functions | |
virtual void | rewind ()=0 |
virtual void | set_data (const std::vector< int > &data)=0 |
Static Public Member Functions | |
static sptr | make (const std::vector< int > &data, int periodicity, int offset=0) |
source of int's that gets its data from a vector
static sptr gr::blocks::vector_insert_i::make | ( | const std::vector< int > & | 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_i::rewind | ( | ) | [pure virtual] |
virtual void gr::blocks::vector_insert_i::set_data | ( | const std::vector< int > & | data | ) | [pure virtual] |