/////////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2015-2018 Edouard Griffiths, F4EXB // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation as version 3 of the License, or // // (at your option) any later version. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License V3 for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // /////////////////////////////////////////////////////////////////////////////////// #include "fcdtraits.h" const char *fcd_traits::alsaDeviceName = "hw:CARD=V10"; const char *fcd_traits::alsaDeviceName = "hw:CARD=V20"; #if defined(__linux__) const char *fcd_traits::qtDeviceName = "FUNcube_Dongle_V1.0"; const char *fcd_traits::qtDeviceName = "FUNcube_Dongle_V2.0"; #else const char *fcd_traits::qtDeviceName = "FUNcube Dongle V1.0"; const char *fcd_traits::qtDeviceName = "FUNcube Dongle V2.0"; #endif const char *fcd_traits::hardwareID = "FCDPro"; const char *fcd_traits::hardwareID = "FCDPro+"; const char *fcd_traits::interfaceIID = "sdrangel.samplesource.fcdpro"; const char *fcd_traits::interfaceIID = "sdrangel.samplesource.fcdproplus"; const char *fcd_traits::displayedName = "FunCube Dongle Pro"; const char *fcd_traits::displayedName = "FunCube Dongle Pro+"; const char *fcd_traits::pluginDisplayedName = "FunCube Pro Input"; const char *fcd_traits::pluginDisplayedName = "FunCube Pro+ Input"; const char *fcd_traits::pluginVersion = "7.3.1"; const char *fcd_traits::pluginVersion = "7.3.1"; const int64_t fcd_traits::loLowLimitFreq = 64000000L; const int64_t fcd_traits::loLowLimitFreq = 150000L; const int64_t fcd_traits::loHighLimitFreq = 1700000000L; const int64_t fcd_traits::loHighLimitFreq = 2000000000L;