GNU Radio's LFAST Package
clSComplex.h
Go to the documentation of this file.
1
/*
2
* clSComplex.h
3
*
4
* Created on: Feb 9, 2017
5
* Author: root
6
*/
7
8
#ifndef INCLUDE_CLENABLED_CLSCOMPLEX_H_
9
#define INCLUDE_CLENABLED_CLSCOMPLEX_H_
10
11
12
struct
ComplexStruct
{
13
float
real
;
14
float
imag
;
15
};
16
17
typedef
struct
ComplexStruct
SComplex
;
18
19
#endif
/* INCLUDE_CLENABLED_CLSCOMPLEX_H_ */
ComplexStruct::imag
float imag
Definition:
clSComplex.h:14
ComplexStruct
Definition:
clSComplex.h:12
ComplexStruct::real
float real
Definition:
clSComplex.h:13
lib
clSComplex.h
Generated by
1.8.6