SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
fcdproplusconst.cpp
Go to the documentation of this file.
1 /*
2  * fcdproplusconst.cpp
3  *
4  * Created on: Sep 5, 2015
5  * Author: f4exb
6  */
7 
8 #include "fcdproplusconst.h"
9 
11  {FCDPROPLUS_TRF_0_4, "0-4M"},
12  {FCDPROPLUS_TRF_4_8, "4-8M"},
13  {FCDPROPLUS_TRF_8_16, "8-16M"},
14  {FCDPROPLUS_TRF_16_32, "16-32M"},
15  {FCDPROPLUS_TRF_32_75, "32-75M"},
16  {FCDPROPLUS_TRF_75_125, "75-125M"},
17  {FCDPROPLUS_TRF_125_250, "125-250M"},
18  {FCDPROPLUS_TRF_145, "145M"},
19  {FCDPROPLUS_TRF_410_875, "410-875M"},
20  {FCDPROPLUS_TRF_435, "435M"},
21  {FCDPROPLUS_TRF_875_2000, "875M-2G"}
22 };
23 
25 {
26  return sizeof(rf_filters) / sizeof(fcdproplus_rf_filter);
27 }
28 
30  {FCDPROPLUS_TIF_200KHZ, "200k"},
31  {FCDPROPLUS_TIF_300KHZ, "300k"},
32  {FCDPROPLUS_TIF_600KHZ, "600k"},
33  {FCDPROPLUS_TIF_1536KHZ, "1.5M"},
34  {FCDPROPLUS_TIF_5MHZ, "5M"},
35  {FCDPROPLUS_TIF_6MHZ, "6M"},
36  {FCDPROPLUS_TIF_7MHZ, "7M"},
37  {FCDPROPLUS_TIF_8MHZ, "8M"}
38 };
39 
41 {
42  return sizeof(if_filters) / sizeof(fcdproplus_if_filter);
43 }
static const fcdproplus_rf_filter rf_filters[]
static const fcdproplus_if_filter if_filters[]
static int fcdproplus_rf_filter_nb_values()
static int fcdproplus_if_filter_nb_values()