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_FCD
8 #define ENABLE_FILE
9 #define ENABLE_RTL
10 #define ENABLE_RTL_TCP
11 #define ENABLE_UHD
12 /* #undef ENABLE_MIRI */
13 /* #undef ENABLE_SDRPLAY */
14 #define ENABLE_HACKRF
15 #define ENABLE_BLADERF
16 #define ENABLE_RFSPACE
17 #define ENABLE_AIRSPY
18 #define ENABLE_AIRSPYHF
19 #define ENABLE_SOAPY
20 #define ENABLE_REDPITAYA
21 /* #undef ENABLE_FREESRP */
22 /* #undef ENABLE_XTRX */
23 
24 //provide NAN define for MSVC older than VC12
25 #if defined(_MSC_VER) && (_MSC_VER < 1800)
26 #include <limits>
27 #define NAN std::numeric_limits<double>::quiet_NaN()
28 #endif
29 
30 #endif // CONFIG_H_IN