summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-11 16:49:09 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-11 16:49:09 +0300
commit2fe0784ab57aa5571e5cd70c1776eecda635b3c0 (patch)
tree96063311a1677c011e3352c50a4dad69e06613f1 /include/mts/MTS_IO_CellularRadioFactory.h
parentfe1c1e2e87da96fbbc432a35a903fff40f52713a (diff)
downloadlibmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.tar.gz
libmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.tar.bz2
libmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.zip
[MTS-MTQ] cellular factory: quectel eg95 instance creation
Diffstat (limited to 'include/mts/MTS_IO_CellularRadioFactory.h')
-rw-r--r--include/mts/MTS_IO_CellularRadioFactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadioFactory.h b/include/mts/MTS_IO_CellularRadioFactory.h
index c26e642..bd5db43 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -55,6 +55,7 @@ namespace MTS {
virtual ICellularRadio* createDE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT);
virtual ICellularRadio* createCE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT);
virtual ICellularRadio* createLE866A1JS(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT);
+ ICellularRadio* createEG95Radio(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT);
protected:
typedef MTS::IO::ICellularRadio* (CellularRadioFactory::*CREATEFUNCPTR)(const std::string& sPort);