From 945c195b31bed7bd1e5e71842673f7b2deaf7613 Mon Sep 17 00:00:00 2001 From: Ryan Klaassen Date: Thu, 18 Aug 2016 10:53:14 -0500 Subject: Replace LayoutSurveyGps.cpp --- Layout/LayoutSurveyGps.cpp | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/Layout/LayoutSurveyGps.cpp b/Layout/LayoutSurveyGps.cpp index 69924ea..9974cac 100644 --- a/Layout/LayoutSurveyGps.cpp +++ b/Layout/LayoutSurveyGps.cpp @@ -92,31 +92,13 @@ void LayoutSurveyGps::display(bool success, mDot::snr_stats snr, mDot::rssi_stat endUpdate(); } -void LayoutSurveyGps::updateSw1(string Sw1, string Sw2, int dr, int power, int padding){ - size_t size; - char buf[17]; +void LayoutSurveyGps::updateSw1(string Sw1, string Sw2){ string temp; for(int i = Sw1.size(); i<4; i++){ temp+=" "; } temp+=Sw1; writeField(_fSw1, temp, true); - startUpdate(); - - if(Sw2 == "Data Rate") { - memset(buf, 0, sizeof(buf)); - size = snprintf(buf, sizeof(buf), "%d", dr); - writeField(_fDr, buf, size, true); - } else if(Sw2 == "Power") { - memset(buf, 0, sizeof(buf)); - size = snprintf(buf, sizeof(buf), "%d", power); - writeField(_fPower, buf, size, true); - } else if(Sw2 == "Padding") { - memset(buf, 0, sizeof(buf)); - size = snprintf(buf, sizeof(buf), "%d", padding); - writeField(_fPadding, buf, size, true); - } - endUpdate(); } void LayoutSurveyGps::updateSw2(string Sw2){ @@ -181,4 +163,4 @@ void LayoutSurveyGps::updateStats(bool GPS, GPSPARSER::longitude lon, GPSPARSER: size = snprintf(buf, sizeof(buf), "%.1f", temp); writeField(_fTemp, buf, size, true); endUpdate(); -} \ No newline at end of file +} -- cgit v1.2.3