GNU Radio's TEST Package
config.h
Go to the documentation of this file.
1 #ifndef CONFIG_H_IN
2 #define CONFIG_H_IN
3 
4 #define GR_OSMOSDR_VERSION "0.2.0.0"
5 #define GR_OSMOSDR_LIBVER "0.2.0"
6 
7 #define ENABLE_OSMOSDR
8 #define ENABLE_FCD
9 #define ENABLE_FILE
10 #define ENABLE_RTL
11 #define ENABLE_RTL_TCP
12 #define ENABLE_UHD
13 /* #undef ENABLE_IIO */
14 #define ENABLE_MIRI
15 #define ENABLE_SDRPLAY
16 #define ENABLE_HACKRF
17 #define ENABLE_BLADERF
18 #define ENABLE_RFSPACE
19 #define ENABLE_AIRSPY
20 #define ENABLE_AIRSPYHF
21 #define ENABLE_SOAPY
22 #define ENABLE_REDPITAYA
23 #define ENABLE_FREESRP
24 #define ENABLE_XTRX
25 
26 //provide NAN define for MSVC older than VC12
27 #if defined(_MSC_VER) && (_MSC_VER < 1800)
28 #include <limits>
29 #define NAN std::numeric_limits<double>::quiet_NaN()
30 #endif
31 
32 #endif // CONFIG_H_IN