summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadioFactory.h
diff options
context:
space:
mode:
authorJeff Hatch <Jeff.Hatch@multitech.com>2018-05-25 14:52:15 -0500
committerJeff Hatch <Jeff.Hatch@multitech.com>2018-05-25 14:52:15 -0500
commit4b1e0509379acf7773ffa6575825bffb4c068d13 (patch)
tree7cd1d4184684ba7542fc26e396c92b8c900c5ce6 /include/mts/MTS_IO_CellularRadioFactory.h
parentbfcef5e9d1e384cf34ebef0f7cc98858a8445827 (diff)
downloadlibmts-io-4b1e0509379acf7773ffa6575825bffb4c068d13.tar.gz
libmts-io-4b1e0509379acf7773ffa6575825bffb4c068d13.tar.bz2
libmts-io-4b1e0509379acf7773ffa6575825bffb4c068d13.zip
Add support for LE866A1-JS radio for Japan1.0.8
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 8a5aeb9..4eb53c6 100644
--- a/include/mts/MTS_IO_CellularRadioFactory.h
+++ b/include/mts/MTS_IO_CellularRadioFactory.h
@@ -60,6 +60,7 @@ namespace MTS {
virtual CellularRadio* createGE910(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createDE910(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
virtual CellularRadio* createCE910(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
+ virtual CellularRadio* createLE866A1JS(const std::string& sPort = CellularRadio::DEFAULT_RADIO_PORT);
protected:
typedef MTS::IO::CellularRadio* (CellularRadioFactory::*CREATEFUNCPTR)(const std::string& sPort);