From 4a7ab715f7115460892927b998b2c45828f275d6 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 1 Dec 2015 15:11:03 -0600 Subject: update progress and pass/fail for sweep --- Layout/LayoutSurveyFailure.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Layout/LayoutSurveyFailure.h') diff --git a/Layout/LayoutSurveyFailure.h b/Layout/LayoutSurveyFailure.h index 473fd9f..ca6aebd 100644 --- a/Layout/LayoutSurveyFailure.h +++ b/Layout/LayoutSurveyFailure.h @@ -12,22 +12,27 @@ class LayoutSurveyFailure : public Layout { void updateId(uint32_t id); void updateRate(std::string rate); void updatePower(uint32_t power); - void updateInfo(std::string msg); + void updateInfo1(std::string msg); + void updateInfo2(std::string msg); + void updatePassFail(uint8_t pass, uint8_t fail); + void updateSw1(std::string sw1); + void updateSw2(std::string sw2); private: Label _lTitle; Label _lId; Label _lDr; Label _lPwr; - Label _lSw1; - Label _lSw2; Field _fId; Field _fDr; Field _fPwr; Field _fMsg1; Field _fMsg2; - Field _fInfo; + Field _fInfo1; + Field _fInfo2; + Field _fSw1; + Field _fSw2; }; #endif -- cgit v1.2.3