libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
uv390_limits.hh
1#ifndef UV390LIMITS_HH
2#define UV390LIMITS_HH
3
4#include "radiolimits.hh"
5
8class UV390Limits : public RadioLimits
9{
10 Q_OBJECT
11
12public:
14 explicit UV390Limits(QObject *parent=nullptr);
15};
16
17#endif // UV390LIMITS_HH
Represents the limits or the entire codeplug.
Definition radiolimits.hh:684
Implements the configuration limits for the TyT MD-UV390 and Retevis RT3S.
Definition uv390_limits.hh:9
UV390Limits(QObject *parent=nullptr)
Constructor.
Definition uv390_limits.cc:13