1 // Copyright (c) <2012> <Leif Asbrink>
2 //
3 // Permission is hereby granted, free of charge, to any person
4 // obtaining a copy of this software and associated documentation
5 // files (the "Software"), to deal in the Software without restriction,
6 // including without limitation the rights to use, copy, modify,
7 // merge, publish, distribute, sublicense, and/or sell copies of
8 // the Software, and to permit persons to whom the Software is
9 // furnished to do so, subject to the following conditions:
10 //
11 // The above copyright notice and this permission notice shall be
12 // included in all copies or substantial portions of the Software.
13 //
14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
16 // OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18 // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
19 // WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
21 // OR OTHER DEALINGS IN THE SOFTWARE.
22 
23 
24 #include "globdef.h"
25 #include "sdrdef.h"
26 
27 char *sdr14_name_string="SDR-14";
28 char *sdriq_name_string="SDR-IQ";
29 char *sdrip_name_string="SDR-IP";
30 char *perseus_name_string="Perseus";
31 char *excalibur_name_string="Excalibur";
32 char *rtl2832_name_string="RTL2832 USB";
33 char *mirics_name_string="Mirics USB";
34 char *bladerf_name_string="bladeRF";
35 char *pcie9842_name_string="PCIe9842";
36 char *openhpsdr_name_string="OpenHPSDR";
37 char *netafedri_name_string="Afedri NET";
38 int *rtl2832_gains;
39 int no_of_rtl2832_gains;
40 int old_rtl2832_gain;
41 int *mirics_gains;
42 int no_of_mirics_gains;
43 int old_mirics_gain;
44 
45 
46 
47 char *excalibur_sernum_filename="par_excalibur_sernum";
48 
49 
50 double adjusted_sdr_clock;
51 P_EXCALIBUR excalib;
52 
53 int no_of_excalibur_rates;
54 
55