diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-08-14 08:57:56 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2019-08-14 08:57:56 -0500 |
commit | 48d19b369ce074a13ecabf692e583710f17cec28 (patch) | |
tree | 7d26c4bbc81d7b4d73b57670615d00fe6dc56df8 /include/mts | |
parent | 07eb755bbdc2700f31ff4e5fd9a7ac04a14e69e8 (diff) | |
parent | 27d52e6d624a6bd56dc52e1b559812f64c4f3e43 (diff) | |
download | libmts-io-48d19b369ce074a13ecabf692e583710f17cec28.tar.gz libmts-io-48d19b369ce074a13ecabf692e583710f17cec28.tar.bz2 libmts-io-48d19b369ce074a13ecabf692e583710f17cec28.zip |
Merge branch 'L4N1_MNA1' into 'master'
1.0.19
L4 n1 mna1
See merge request !3
Diffstat (limited to 'include/mts')
-rw-r--r-- | include/mts/MTS_IO_LE910C4NFRadio.h | 4 | ||||
-rw-r--r-- | include/mts/MTS_IO_ME910C1NARadio.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910C4NFRadio.h b/include/mts/MTS_IO_LE910C4NFRadio.h index 04cb4ea..dfd0a0f 100644 --- a/include/mts/MTS_IO_LE910C4NFRadio.h +++ b/include/mts/MTS_IO_LE910C4NFRadio.h @@ -34,6 +34,10 @@ namespace MTS { LE910C4NFRadio(const std::string& sPort); virtual ~LE910C4NFRadio(){}; + virtual CODE setActiveFirmware(const Json::Value& jArgs); + + virtual CODE getActiveFirmware(std::string& sFwId); + protected: private: diff --git a/include/mts/MTS_IO_ME910C1NARadio.h b/include/mts/MTS_IO_ME910C1NARadio.h index c3ceac3..e8120bd 100644 --- a/include/mts/MTS_IO_ME910C1NARadio.h +++ b/include/mts/MTS_IO_ME910C1NARadio.h @@ -42,6 +42,10 @@ namespace MTS { ME910C1NARadio(const std::string& sPort); virtual ~ME910C1NARadio(){}; + virtual CODE setActiveFirmware(const Json::Value& jArgs); + + virtual CODE getActiveFirmware(std::string& sFwId); + protected: private: |