summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_EG95Radio.h
blob: 206d15d720a8f3b2807029a431b643a15f0bc082 (plain)
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