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