diff options
Diffstat (limited to 'Transceiver52M/radioDevice.h')
-rw-r--r-- | Transceiver52M/radioDevice.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Transceiver52M/radioDevice.h b/Transceiver52M/radioDevice.h index dfa1c78..9913de0 100644 --- a/Transceiver52M/radioDevice.h +++ b/Transceiver52M/radioDevice.h @@ -18,6 +18,10 @@ #include <string> #include <vector> +extern "C" { +#include "config_defs.h" +} + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -43,12 +47,6 @@ class RadioDevice { MULTI_ARFCN, }; - enum ReferenceType { - REF_INTERNAL, - REF_EXTERNAL, - REF_GPS, - }; - static RadioDevice *make(size_t tx_sps, size_t rx_sps, InterfaceType type, size_t chans = 1, double offset = 0.0, const std::vector<std::string>& tx_paths = std::vector<std::string>(1, ""), |