#include <gr_sync_block.h>

Go to the source code of this file.
Classes | |
| class | gr_vector_source_c |
| source of gr_complex's that gets its data from a vector More... | |
Typedefs | |
| typedef boost::shared_ptr < gr_vector_source_c > | gr_vector_source_c_sptr |
Functions | |
| gr_vector_source_c_sptr | gr_make_vector_source_c (const std::vector< gr_complex > &data, bool repeat) |
| gr_vector_source_c_sptr gr_make_vector_source_c | ( | const std::vector< gr_complex > & | data, | |
| bool | repeat | |||
| ) |
1.5.8