GNU Radio 3.6.5 C++ API

complex_vec_test.h

Go to the documentation of this file.
00001 #include <gr_core_api.h>
00002 #include <vector>
00003 #include <complex>
00004 
00005 GR_CORE_API std::vector<std::complex<float> >
00006 complex_vec_test0();
00007 
00008 GR_CORE_API std::vector<std::complex<float> >
00009 complex_vec_test1(const std::vector<std::complex<float> > &input);
00010 
00011 GR_CORE_API std::complex<float>
00012 complex_scalar_test0();
00013 
00014 GR_CORE_API std::complex<float>
00015 complex_scalar_test1(std::complex<float> input);
00016 
00017 GR_CORE_API std::vector<int>
00018 int_vec_test0();
00019 
00020 GR_CORE_API std::vector<int>
00021 int_vec_test1(const std::vector<int> &input);
00022 
00023 GR_CORE_API std::vector<float>
00024 float_vec_test0();
00025 
00026 GR_CORE_API std::vector<float>
00027 float_vec_test1(const std::vector<float> &input);
00028