GNU Radio 3.7.1 C++ API
|
source of short's that gets its data from a vector More...
#include <vector_source_s.h>
Public Types | |
typedef boost::shared_ptr < vector_source_s > | sptr |
Public Member Functions | |
virtual void | rewind ()=0 |
virtual void | set_data (const std::vector< short > &data, const std::vector< tag_t > &tags=std::vector< tag_t >())=0 |
Static Public Member Functions | |
static sptr | make (const std::vector< short > &data, bool repeat=false, int vlen=1, const std::vector< tag_t > &tags=std::vector< tag_t >()) |
source of short's that gets its data from a vector
static sptr gr::blocks::vector_source_s::make | ( | const std::vector< short > & | data, |
bool | repeat = false , |
||
int | vlen = 1 , |
||
const std::vector< tag_t > & | tags = std::vector< tag_t >() |
||
) | [static] |
virtual void gr::blocks::vector_source_s::rewind | ( | ) | [pure virtual] |
virtual void gr::blocks::vector_source_s::set_data | ( | const std::vector< short > & | data, |
const std::vector< tag_t > & | tags = std::vector< tag_t >() |
||
) | [pure virtual] |