libdrmconf  0.12.0
A library to program DMR radios.
dr1801uv_limits.hh
1 #ifndef DR1801UVLIMITS_HH
2 #define DR1801UVLIMITS_HH
3 
4 #include "radiolimits.hh"
5 
8 class DR1801UVLimits : public RadioLimits
9 {
10  Q_OBJECT
11 
12 public:
14  explicit DR1801UVLimits(QObject *parent=nullptr);
15 };
16 
17 #endif // DR1801UV
Implements the configuration limits for the BTECH DR-1801UV.
Definition: dr1801uv_limits.hh:9
DR1801UVLimits(QObject *parent=nullptr)
Constructor.
Definition: dr1801uv_limits.cc:12
Represents the limits or the entire codeplug.
Definition: radiolimits.hh:683