GNU Radio 3.6.5 C++ API
|
#include <vector>
#include <gr_core_api.h>
#include <gr_sync_interpolator.h>
#include <gruel/thread.h>
Go to the source code of this file.
Classes | |
class | gr_vector_map |
Maps elements from a set of input vectors to a set of output vectors. More... | |
Functions | |
GR_CORE_API gr_vector_map_sptr | gr_make_vector_map (size_t item_size, std::vector< size_t > in_vlens, std::vector< std::vector< std::vector< size_t > > > mapping) |
GR_CORE_API gr_vector_map_sptr gr_make_vector_map | ( | size_t | item_size, |
std::vector< size_t > | in_vlens, | ||
std::vector< std::vector< std::vector< size_t > > > | mapping | ||
) |