summaryrefslogtreecommitdiff
path: root/Layout/LayoutSurveySuccess.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-23 12:25:51 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-23 12:25:51 -0600
commit3ad4a2fde749077bce94115902ab9c6e9760a2f8 (patch)
treef365f002a85f374513029a78522c0037cd1ba1e9 /Layout/LayoutSurveySuccess.h
parent4166bbd0ff84397f31d4928c2ebe6d9a57c3694d (diff)
downloadmtdot-box-evb-factory-firmware-3ad4a2fde749077bce94115902ab9c6e9760a2f8.tar.gz
mtdot-box-evb-factory-firmware-3ad4a2fde749077bce94115902ab9c6e9760a2f8.tar.bz2
mtdot-box-evb-factory-firmware-3ad4a2fde749077bce94115902ab9c6e9760a2f8.zip
save survey data to file, start adding support for sending data packet, misc tweaks and fixes
Diffstat (limited to 'Layout/LayoutSurveySuccess.h')
-rw-r--r--Layout/LayoutSurveySuccess.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Layout/LayoutSurveySuccess.h b/Layout/LayoutSurveySuccess.h
index d5fe1af..dd7e740 100644
--- a/Layout/LayoutSurveySuccess.h
+++ b/Layout/LayoutSurveySuccess.h
@@ -19,7 +19,9 @@ class LayoutSurveySuccess : public Layout {
void updateGpsLongitude(GPSPARSER::longitude lon);
void updateGpsTime(struct tm time);
void updateInfo(std::string info);
+ void updateSw1(std::string sw1);
void updateSw2(std::string sw2);
+ void updateCountdown(uint32_t seconds);
private:
Label _lId;
@@ -27,7 +29,6 @@ class LayoutSurveySuccess : public Layout {
Label _lPwr;
Label _lUp;
Label _lDown;
- Label _lSw1;
Field _fId;
Field _fDr;
@@ -40,6 +41,7 @@ class LayoutSurveySuccess : public Layout {
Field _fGpsLon;
Field _fGpsTime;
Field _fInfo;
+ Field _fSw1;
Field _fSw2;
};