GNU Radio 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> >
6
complex_vec_test0
();
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>
12
complex_scalar_test0
();
13
14
GR_CORE_API
std::complex<float>
15
complex_scalar_test1
(std::complex<float> input);
16
17
GR_CORE_API
std::vector<int>
18
int_vec_test0
();
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>
24
float_vec_test0
();
25
26
GR_CORE_API
std::vector<float>
27
float_vec_test1
(
const
std::vector<float> &input);
28
gnuradio-core
src
lib
general
complex_vec_test.h
Generated on Mon Jul 8 2013 17:07:42 for GNU Radio C++ API by
1.8.4