GNU Radio 3.5.3.1 C++ API
complex_vec_test.h
Go to the documentation of this file.
1 #include <gr_core_api.h>
2 #include <vector>
3 #include <complex>
4 
5 GR_CORE_API std::vector<std::complex<float> >
7 
8 GR_CORE_API std::vector<std::complex<float> >
9 complex_vec_test1(const std::vector<std::complex<float> > &input);
10 
11 GR_CORE_API std::complex<float>
13 
14 GR_CORE_API std::complex<float>
15 complex_scalar_test1(std::complex<float> input);
16 
17 GR_CORE_API std::vector<int>
19 
20 GR_CORE_API std::vector<int>
21 int_vec_test1(const std::vector<int> &input);
22 
23 GR_CORE_API std::vector<float>
25 
26 GR_CORE_API std::vector<float>
27 float_vec_test1(const std::vector<float> &input);
28