1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#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