8#include "opengd77base.hh"
9#include "opengd77_interface.hh"
10#include "opengd77_codeplug.hh"
11#include "opengd77_callsigndb.hh"
25 const QString &
name()
const;
Abstract base class of all callsign database implementations.
Definition callsigndb.hh:14
This class defines the interface all device-specific code-plugs must implement.
Definition codeplug.hh:20
Implements an common USB interface to Open GD-77(S) type devices.
Definition opengd77base.hh:16
Represents and encodes the binary format for the call-sign database within the radio.
Definition opengd77_callsigndb.hh:20
Represents, encodes and decodes the device specific codeplug for Open GD-77 firmware.
Definition opengd77_codeplug.hh:57
Implements the interfact to a radio running the Open GD77 firmware.
Definition opengd77_interface.hh:155
Implements an USB interface to Open GD-77(S) VHF/UHF 5W DMR (Tier I&II) radios.
Definition opengd77.hh:18
const QString & name() const
Returns the name of the radio (e.g., device identifier).
OpenGD77CallsignDB _callsigns
The actual binary callsign DB representation.
Definition opengd77.hh:43
CallsignDB * callsignDB()
Returns the call-sign DB instance.
OpenGD77Codeplug _codeplug
The actual binary codeplug representation.
Definition opengd77.hh:41
OpenGD77(OpenGD77Interface *device=nullptr, QObject *parent=nullptr)
Do not construct this class directly, rather use Radio::detect.
QString _name
The device identifier.
Definition opengd77.hh:39
Codeplug & codeplug()
Returns the codeplug instance.
const Codeplug & codeplug() const
Returns the codeplug instance.
const CallsignDB * callsignDB() const
Returns the call-sign DB instance.
static RadioInfo defaultRadioInfo()
Returns the default radio information.
Provides some information about a radio model.
Definition radioinfo.hh:16