summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authormykola.salomatin <mykola.salomatin@globallogic.com>2020-05-29 11:44:57 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-05-29 11:49:24 +0300
commit04b90430c91f4257ebeff3bcccbe8c5d7413e7ae (patch)
tree64f6423de18f09e5791d9c5da216a5cfe4bc4fd0 /include/mts/MTS_IO_CellularRadioFactory.h
parentb3a9a71afdb0d6f4f104543cedba89d011ca68df (diff)
downloadlibmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.tar.gz
libmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.tar.bz2
libmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.zip
mPower Oct20: L4G1 libmts-io support
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 e57ca5e..13f3993 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -55,6 +55,7 @@ namespace MTS {
ICellularRadio* createCE910(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createLE866A1JS(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
ICellularRadio* createEG95Radio(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
+ ICellularRadio* createEG25Radio(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const;
protected:
typedef MTS::IO::ICellularRadio* (CellularRadioFactory::*CREATEFUNCPTR)(const std::string& sPort) const;