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