summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorsdesai <sdesai@multitech.com>2023-03-20 14:32:37 -0500
committersdesai <sdesai@multitech.com>2023-03-20 14:32:37 -0500
commit8fce7442bbc63b744905f9febc21aad9cf5074fd (patch)
tree2e78f36932d43d1eaa2b7c3f49f9349c9573d557 /include/mts/MTS_IO_CellularRadio.h
parent050834e3cdd0f5f56ba15b09ca568ac6312c7699 (diff)
downloadlibmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.tar.gz
libmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.tar.bz2
libmts-io-8fce7442bbc63b744905f9febc21aad9cf5074fd.zip
Support Portal Case #5086148: use Cellular Radio timeas alternative to GPS or NTP
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index 68c1394..0af531b 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -277,6 +277,7 @@ namespace MTS {
* @return the list of AT commands (strings).
*/
virtual const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) = 0;
+ virtual CODE setTimeFormat () = 0;
class RadioBandMap : public MTS::NonCopyable {
public: