diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-11-26 09:17:03 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2019-11-26 09:17:03 -0600 |
commit | f71e927e5af349bb9c778298cdeb8437a9a0e0cc (patch) | |
tree | d08672713f41ac9538e4b1085b9aa17f9d16a28b /include/mts/MTS_IO_CellularRadioFactory.h | |
parent | 7e44d14074eef23a8532f3e1070cdd51779428b1 (diff) | |
parent | 8dfb7d7bdcd06cd50e501d3e84d86de7cba2f2a5 (diff) | |
download | libmts-io-f71e927e5af349bb9c778298cdeb8437a9a0e0cc.tar.gz libmts-io-f71e927e5af349bb9c778298cdeb8437a9a0e0cc.tar.bz2 libmts-io-f71e927e5af349bb9c778298cdeb8437a9a0e0cc.zip |
Merge branch 'MTX-3072-lvw3-support' into 'master'
[GP-359][MTX-3072] mPower Edge: LVW3 radio support
See merge request !6
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 c9cb56f..9b36489 100644 --- a/include/mts/MTS_IO_CellularRadioFactory.h +++ b/include/mts/MTS_IO_CellularRadioFactory.h @@ -43,6 +43,7 @@ namespace MTS { ICellularRadio* createLE910C4NF(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910NA1(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910SVG(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; + ICellularRadio* createLE910SV1(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910EUG(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910C4EU(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; ICellularRadio* createLE910EU1(const std::string& sPort = ICellularRadio::DEFAULT_RADIO_PORT) const; |