libdrmconf  0.10.4
A library to program DMR radios.
rd5r_limits.hh
1 #ifndef RD5RLIMITS_HH
2 #define RD5RLIMITS_HH
3 
4 #include "radiolimits.hh"
5 
8 class RD5RLimits : public RadioLimits
9 {
10  Q_OBJECT
11 
12 public:
14  explicit RD5RLimits(QObject *parent=nullptr);
15 };
16 
17 #endif // RD5RLIMITS_HH
Implements the configuration limits for the Radioddity RD-5R.
Definition: rd5r_limits.hh:9
RD5RLimits(QObject *parent=nullptr)
Constructor.
Definition: rd5r_limits.cc:11
Represents the limits or the entire codeplug.
Definition: radiolimits.hh:678