libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
dm1701_limits.hh
1#ifndef DM1701LIMITS_HH
2#define DM1701LIMITS_HH
3
4#include "radiolimits.hh"
5
9{
10 Q_OBJECT
11
12public:
14 explicit DM1701Limits(QObject *parent=nullptr);
15};
16
17#endif // UV390LIMITS_HH
Implements the configuration limits for the Baofeng DM-1701.
Definition dm1701_limits.hh:9
DM1701Limits(QObject *parent=nullptr)
Constructor.
Definition dm1701_limits.cc:13
Represents the limits or the entire codeplug.
Definition radiolimits.hh:684