libdrmconf 0.14.0
A library to program DMR radios.
Loading...
Searching...
No Matches
d878uv_limits.hh
1#ifndef D878UVLIMITS_HH
2#define D878UVLIMITS_HH
3
4#include "anytone_limits.hh"
5
9{
10 Q_OBJECT
11
12public:
14 D878UVLimits(const std::initializer_list<std::pair<Frequency, Frequency> > &rxFreqRanges,
15 const std::initializer_list<std::pair<Frequency, Frequency> > &txFreqRanges,
16 const QString &hardwareRevision, QObject *parent=nullptr);
17};
18
19#endif // D878UVLIMITS_HH
Base class of limits for all AnyTone radios.
Definition anytone_limits.hh:10
Implements the limits for the AnyTone AT-D878UV.
Definition d878uv_limits.hh:9