libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
md2017_callsigndb.hh
1#ifndef MD2017_CALLSIGNDB_HH
2#define MD2017_CALLSIGNDB_HH
3
4#include "tyt_callsigndb.hh"
5
12{
13 Q_OBJECT
14
15public:
17 explicit MD2017CallsignDB(QObject *parent=nullptr);
19 virtual ~MD2017CallsignDB();
20};
21
22#endif // MD2017_CALLSIGNDB_HH
Device specific implementation of the call-sign DB for the TyT MD-2017.
Definition md2017_callsigndb.hh:12
MD2017CallsignDB(QObject *parent=nullptr)
Constructor.
Definition md2017_callsigndb.cc:3
virtual ~MD2017CallsignDB()
Destructor.
Definition md2017_callsigndb.cc:9
Base class for all call-sign DBs of TyT/Retevis devices.
Definition tyt_callsigndb.hh:21