diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 16:49:09 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 16:49:09 +0300 |
commit | 2fe0784ab57aa5571e5cd70c1776eecda635b3c0 (patch) | |
tree | 96063311a1677c011e3352c50a4dad69e06613f1 /include/mts/MTS_IO_EG95Radio.h | |
parent | fe1c1e2e87da96fbbc432a35a903fff40f52713a (diff) | |
download | libmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.tar.gz libmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.tar.bz2 libmts-io-2fe0784ab57aa5571e5cd70c1776eecda635b3c0.zip |
[MTS-MTQ] cellular factory: quectel eg95 instance creation
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r-- | include/mts/MTS_IO_EG95Radio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h index 07db773..206d15d 100644 --- a/include/mts/MTS_IO_EG95Radio.h +++ b/include/mts/MTS_IO_EG95Radio.h @@ -7,6 +7,8 @@ namespace MTS { namespace IO { class EG95Radio : public QuectelRadio { + public: + static const std::string MODEL_NAME; }; } |