#ifndef MTS_IO_EG95RADIO_H #define MTS_IO_EG95RADIO_H #include "mts/MTS_IO_QuectelRadio.h" namespace MTS { namespace IO { class EG95Radio : public QuectelRadio { public: static const std::string MODEL_NAME; }; } } #endif