From 4b1e0509379acf7773ffa6575825bffb4c068d13 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Fri, 25 May 2018 14:52:15 -0500 Subject: Add support for LE866A1-JS radio for Japan --- include/mts/MTS_IO_CellularRadioFactory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mts/MTS_IO_CellularRadioFactory.h') 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); -- cgit v1.2.3