summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2023-01-31 13:54:52 -0600
committerJeff Hatch <jhatch@multitech.com>2023-01-31 13:54:52 -0600
commitb504ed673fa55ae1a429fd468079ee8c16c4a04a (patch)
tree620e1d7509ddfe0e9b7102485ce01a0ff4549964 /include/mts/MTS_IO_CellularRadioFactory.h
parent430506fb7757d6736988d75c8ea53c85f6c97da9 (diff)
parent23d702dfaaa6ef20a02e410a09ae6f67e967464f (diff)
downloadlibmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.gz
libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.bz2
libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.zip
Merge branch 'ym/GP-1733/add_sequans_support' into 'master'
[GP-1733] mPower R.6.3.X: L6G1 Support See merge request !53
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 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;