diff options
author | Yevhen Mykhno <yevhen.mykhno@globallogic.com> | 2023-01-31 13:39:31 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-03-13 10:52:41 -0500 |
commit | c2481cf0773c1550fdb9a28d1a0b407c577ac34e (patch) | |
tree | 37849e3cb1a65a949dca6461269748413d310ed0 /include/mts/MTS_IO_CellularRadioFactory.h | |
parent | a6f0f7e7b341d6ce29ad71ee534031e9d8e9630b (diff) | |
download | libmts-io-c2481cf0773c1550fdb9a28d1a0b407c577ac34e.tar.gz libmts-io-c2481cf0773c1550fdb9a28d1a0b407c577ac34e.tar.bz2 libmts-io-c2481cf0773c1550fdb9a28d1a0b407c577ac34e.zip |
[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-query
Implementing CB610L radio modem support
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 13f3993..127be65 100644 --- a/include/mts/MTS_IO_CellularRadioFactory.h +++ b/include/mts/MTS_IO_CellularRadioFactory.h @@ -56,6 +56,7 @@ namespace MTS { 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; + ICellularRadio* createCB610LRadio(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; protected: typedef MTS::IO::ICellularRadio* (CellularRadioFactory::*CREATEFUNCPTR)(const std::string& sPort) const; |