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