summaryrefslogtreecommitdiff
path: root/Mode/ModeSingle.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 /Mode/ModeSingle.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 'Mode/ModeSingle.h')
-rw-r--r--Mode/ModeSingle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mode/ModeSingle.h b/Mode/ModeSingle.h
index 125e496..df656ba 100644
--- a/Mode/ModeSingle.h
+++ b/Mode/ModeSingle.h
@@ -18,6 +18,7 @@ class ModeSingle : public Mode {
private:
void displayHelp();
+ void displaySuccess();
std::string formatNewRatePower();
void incrementRatePower();
@@ -37,6 +38,7 @@ class ModeSingle : public Mode {
LayoutSurveyProgress _progress;
LayoutSurveySuccess _success;
LayoutSurveyFailure _failure;
+ DataItem _data;
};
#endif