summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorsdesai <sdesai@multitech.com>2023-03-27 11:53:13 -0500
committerJohn Klug <john.klug@multitech.com>2023-04-26 17:56:00 -0500
commit40e5653006558c569bc90c247790d95b68b2f646 (patch)
tree29731b473ce80217a75abb7f5d0fc2cded68422f /include/mts/MTS_IO_TelitRadio.h
parent576eb04e2d42e3b9c5fa40748d1d190a457fa1f8 (diff)
downloadlibmts-io-40e5653006558c569bc90c247790d95b68b2f646.tar.gz
libmts-io-40e5653006558c569bc90c247790d95b68b2f646.tar.bz2
libmts-io-40e5653006558c569bc90c247790d95b68b2f646.zip
Support Portal Case #5086148: use Cellular Radio time as alternative to GPS or NTP
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index 01897ac..d5e8bac 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -51,7 +51,7 @@ namespace MTS {
CODE fumoLocalApply(UpdateCb& stepCb) override;
CODE getSelectedBandsRaw(std::string& sRawBands) override;
- CODE getTimeUTC(void) override;
+
protected:
TelitRadio(const std::string& sName, const std::string& sRadioPort);
@@ -77,6 +77,8 @@ namespace MTS {
static bool isContainsSignChar(const std::string& str);
+ CODE setTimeFormat() override;
+
private:
virtual CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk, const std::string& sLockStatus);
ICellularRadio::CODE wdsList(std::set<int> &wds);