summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2018-10-31 15:55:31 -0500
committerJeff Hatch <jhatch@multitech.com>2018-10-31 15:55:31 -0500
commit2140f3948e70254ed70b0d543cb03e18564ec4f3 (patch)
tree55f1c1724d619bc5b4dfa7805cc68f2f047714dc /include/mts/MTS_IO_CellularRadioFactory.h
parent44a0b443fee1e43dc6e416b985a92e12cf89973a (diff)
downloadlibmts-io-2140f3948e70254ed70b0d543cb03e18564ec4f3.tar.gz
libmts-io-2140f3948e70254ed70b0d543cb03e18564ec4f3.tar.bz2
libmts-io-2140f3948e70254ed70b0d543cb03e18564ec4f3.zip
Add support for LE910C1-NS radio
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 f42cc91..6beec43 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -56,6 +56,7 @@ namespace MTS {
virtual CellularRadio* createLE910SVG(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createLE910EUG(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createLE910EU1(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
+ virtual CellularRadio* createLE910C1NS(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createME910C1NA(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createME910C1NV(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createGE910(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);