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.
fcdlib
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
10
const
fcdproplus_rf_filter
FCDProPlusConstants::rf_filters
[] = {
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
24
int
FCDProPlusConstants::fcdproplus_rf_filter_nb_values
()
25
{
26
return
sizeof
(
rf_filters
) /
sizeof
(
fcdproplus_rf_filter
);
27
}
28
29
const
fcdproplus_if_filter
FCDProPlusConstants::if_filters
[] = {
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
40
int
FCDProPlusConstants::fcdproplus_if_filter_nb_values
()
41
{
42
return
sizeof
(
if_filters
) /
sizeof
(
fcdproplus_if_filter
);
43
}
FCDPROPLUS_TRF_16_32
Definition:
fcdproplusconst.h:18
FCDProPlusConstants::rf_filters
static const fcdproplus_rf_filter rf_filters[]
Definition:
fcdproplusconst.h:55
FCDPROPLUS_TRF_0_4
Definition:
fcdproplusconst.h:15
FCDPROPLUS_TIF_7MHZ
Definition:
fcdproplusconst.h:36
fcdproplus_if_filter
Definition:
fcdproplusconst.h:46
FCDPROPLUS_TRF_875_2000
Definition:
fcdproplusconst.h:25
FCDPROPLUS_TIF_600KHZ
Definition:
fcdproplusconst.h:32
FCDProPlusConstants::if_filters
static const fcdproplus_if_filter if_filters[]
Definition:
fcdproplusconst.h:56
FCDPROPLUS_TIF_8MHZ
Definition:
fcdproplusconst.h:37
FCDPROPLUS_TRF_145
Definition:
fcdproplusconst.h:22
FCDProPlusConstants::fcdproplus_rf_filter_nb_values
static int fcdproplus_rf_filter_nb_values()
Definition:
fcdproplusconst.cpp:24
FCDPROPLUS_TIF_300KHZ
Definition:
fcdproplusconst.h:31
FCDPROPLUS_TIF_6MHZ
Definition:
fcdproplusconst.h:35
FCDProPlusConstants::fcdproplus_if_filter_nb_values
static int fcdproplus_if_filter_nb_values()
Definition:
fcdproplusconst.cpp:40
FCDPROPLUS_TRF_435
Definition:
fcdproplusconst.h:24
fcdproplus_rf_filter
Definition:
fcdproplusconst.h:40
FCDPROPLUS_TRF_8_16
Definition:
fcdproplusconst.h:17
FCDPROPLUS_TIF_200KHZ
Definition:
fcdproplusconst.h:30
FCDPROPLUS_TRF_125_250
Definition:
fcdproplusconst.h:21
FCDPROPLUS_TIF_1536KHZ
Definition:
fcdproplusconst.h:33
FCDPROPLUS_TRF_75_125
Definition:
fcdproplusconst.h:20
FCDPROPLUS_TRF_4_8
Definition:
fcdproplusconst.h:16
FCDPROPLUS_TRF_32_75
Definition:
fcdproplusconst.h:19
FCDPROPLUS_TRF_410_875
Definition:
fcdproplusconst.h:23
fcdproplusconst.h
FCDPROPLUS_TIF_5MHZ
Definition:
fcdproplusconst.h:34
Generated on Fri Aug 2 2019 17:56:29 for SDRAngel by
1.8.13