From 6c0732dcfc2af963e2b8577e9fc38f71307a1033 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 15 Aug 2023 10:11:06 +0200 Subject: Dexter: remove old metrics from SDR.cpp --- src/output/SDR.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/output') 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 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(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() -- cgit v1.2.3