summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_ICellularRadio.h
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 17:05:24 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-11 17:05:24 +0300
commit69e73df7f4939f68b105362777db26e728ade091 (patch)
tree7e55599ebc9a50adb027cf7b2672904390cf5204 /include/mts/MTS_IO_ICellularRadio.h
parent38039fe0c4fcc44bdf2534f1f8f4b95de54e14a4 (diff)
parent5c8318bea803966f5b883c986919787e77e514a5 (diff)
downloadlibmts-io-69e73df7f4939f68b105362777db26e728ade091.tar.gz
libmts-io-69e73df7f4939f68b105362777db26e728ade091.tar.bz2
libmts-io-69e73df7f4939f68b105362777db26e728ade091.zip
Merge branch 'quectel-radio' into quectel-specific
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
-rw-r--r--include/mts/MTS_IO_ICellularRadio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h
index 11ad193..d74ad15 100644
--- a/include/mts/MTS_IO_ICellularRadio.h
+++ b/include/mts/MTS_IO_ICellularRadio.h
@@ -60,7 +60,6 @@ namespace MTS {
NOT_INSERTED
};
- // TODO: convert functions
static CODE convertModelToType(const std::string& sModel, std::string& sType);
static CODE convertModelToMtsShortCode(const std::string& sModel, std::string& sCode, ICellularRadio *radioObj = NULL);
static CODE convertServiceDomainToString(SERVICEDOMAIN eSd, std::string& sSd);
@@ -79,7 +78,6 @@ namespace MTS {
static CODE test(MTS::AutoPtr<MTS::IO::Connection>& apIo, uint32_t timeoutSeconds = 30);
static std::string extractModelFromResult(const std::string& sResult);
static std::string getCodeAsString(CODE code);
- // XXX
static const char *DEFAULT_RADIO_PORT;
static const char *DEFAULT_RADIO_DIR;