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