GNU Radio 3.5.3.2 C++ API
|
Go to the source code of this file.
Classes | |
class | gr_vector_source_b |
source of unsigned char's that gets its data from a vector More... | |
Functions | |
GR_CORE_API gr_vector_source_b_sptr | gr_make_vector_source_b (const std::vector< unsigned char > &data, bool repeat=false, int vlen=1) |
Variables | |
class GR_CORE_API | gr_vector_source_b |
GR_CORE_API gr_vector_source_b_sptr gr_make_vector_source_b | ( | const std::vector< unsigned char > & | data, |
bool | repeat = false , |
||
int | vlen = 1 |
||
) |
class GR_CORE_API gr_vector_source_b |