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