libdrmconf
0.14.0
A library to program DMR radios.
Loading...
Searching...
No Matches
lib
d878uv_limits.hh
1
#ifndef D878UVLIMITS_HH
2
#define D878UVLIMITS_HH
3
4
#include "anytone_limits.hh"
5
8
class
D878UVLimits
:
public
AnytoneLimits
9
{
10
Q_OBJECT
11
12
public
:
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
AnytoneLimits
Base class of limits for all AnyTone radios.
Definition
anytone_limits.hh:10
D878UVLimits
Implements the limits for the AnyTone AT-D878UV.
Definition
d878uv_limits.hh:9
Generated by
1.9.8