GNU Radio's LFAST Package
dt_datatypes.h
Go to the documentation of this file.
1 /*
2  * dt_datatypes.h
3  *
4  * Created on: Apr 5, 2017
5  * Author: mpiscopo
6  */
7 
8 #ifndef LIB_DT_DATATYPES_H_
9 #define LIB_DT_DATATYPES_H_
10 
11 
12 #define DTYPE_COMPLEX 1
13 #define DTYPE_FLOAT 2
14 #define DTYPE_INT 3
15 #define DTYPE_CHAR 4
16 
17 #endif /* LIB_DT_DATATYPES_H_ */