aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/SDR.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-08-15 10:11:06 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-08-15 10:11:06 +0200
commit6c0732dcfc2af963e2b8577e9fc38f71307a1033 (patch)
tree8125f23775a13eca438604268876d03bcba9a815 /src/output/SDR.cpp
parent6b1fa1637b03a9e4ddbac6aa99d936056c3d473f (diff)
downloaddabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.tar.gz
dabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.tar.bz2
dabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.zip
Dexter: remove old metrics from SDR.cpp
Diffstat (limited to 'src/output/SDR.cpp')
-rw-r--r--src/output/SDR.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/output/SDR.cpp b/src/output/SDR.cpp
index 6c03b53..d2956a2 100644
--- a/src/output/SDR.cpp
+++ b/src/output/SDR.cpp
@@ -99,27 +99,6 @@ SDR::SDR(SDRDeviceConfig& config, std::shared_ptr<SDRDevice> device) :
RC_ADD_PARAMETER(fifo_fill, "A value representing the Lime FIFO fullness [percent]");
}
#endif // HAVE_LIMESDR
-
-#ifdef HAVE_DEXTER
- if (std::dynamic_pointer_cast<Dexter>(device)) {
- RC_ADD_PARAMETER(clks, "DEXTER internal clk counter value");
- RC_ADD_PARAMETER(fifo_not_empty_clks, "DEXTER internal clk counter value when FIFO was last empty");
- RC_ADD_PARAMETER(gpsdo_locked, "1 if GPSDO is locked");
- RC_ADD_PARAMETER(pps_clk_error_hz, "Estimated error in Hz of clock");
- RC_ADD_PARAMETER(pps_cnt, "Number of 1PPS pulses seen from GPS");
- RC_ADD_PARAMETER(dsp_version, "Version of FPGA DSP");
- RC_ADD_PARAMETER(vcc3v3, "Voltage of VCC 3V3");
- RC_ADD_PARAMETER(vcc5v4, "Voltage of VCC 5V4");
- RC_ADD_PARAMETER(vfan, "Fan voltage");
- RC_ADD_PARAMETER(vcc_main_in, "Main input voltage");
- RC_ADD_PARAMETER(vcc3v3pll, "Voltage of VCC 3V3 PLL");
- RC_ADD_PARAMETER(vcc2v5io, "Voltage of VCC 2V5 IO");
- RC_ADD_PARAMETER(vccocxo, "OCXO voltage");
- RC_ADD_PARAMETER(tempfpga, "FPGA temperature [celsius]");
- RC_ADD_PARAMETER(voltage_alarm, "Voltage out of bounds");
- RC_ADD_PARAMETER(temp_alarm, "Temperature out of bounds");
- }
-#endif // HAVE_DEXTER
}
SDR::~SDR()