diff options
author | Jeff Hatch <jhatch@multitech.com> | 2020-06-11 09:16:35 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2020-06-11 09:16:35 -0500 |
commit | adaca6b0fc6430f38ae3f0551f9a248563ad53b5 (patch) | |
tree | 81cbf2ef9a2378e3b9e50dbfbf68e5e91dd5c919 /include/mts/MTS_IO_CellularRadioFactory.h | |
parent | 4b0d95808e5681c47a7dcbbff8109856e40bad60 (diff) | |
parent | 04b90430c91f4257ebeff3bcccbe8c5d7413e7ae (diff) | |
download | libmts-io-adaca6b0fc6430f38ae3f0551f9a248563ad53b5.tar.gz libmts-io-adaca6b0fc6430f38ae3f0551f9a248563ad53b5.tar.bz2 libmts-io-adaca6b0fc6430f38ae3f0551f9a248563ad53b5.zip |
Merge branch 'ms/MTX-3444_L4G1_support_implementation' into 'master'
[MTX-3444] mPower Oct20: L4G1 libmts-io support
See merge request !23
Diffstat (limited to 'include/mts/MTS_IO_CellularRadioFactory.h')
-rw-r--r-- | include/mts/MTS_IO_CellularRadioFactory.h | 1 |
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; |