libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
gd77_filereader.hh
1
#ifndef GD77FILEREADER_HH
2
#define GD77FILEREADER_HH
3
4
#include "gd77_codeplug.hh"
5
20
class
GD77FileReader
21
{
22
public
:
28
static
bool
read
(
const
QString &filename,
GD77Codeplug
*codeplug,
const
ErrorStack
&err=
ErrorStack
());
29
};
30
31
#endif
// GD77FILEREADER_HH
ErrorStack
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition
errorstack.hh:43
GD77Codeplug
Represents, encodes and decodes the device specific codeplug for a Radioddity GD-77.
Definition
gd77_codeplug.hh:63
GD77FileReader
Methods to read manufacturer codeplug files.
Definition
gd77_filereader.hh:21
GD77FileReader::read
static bool read(const QString &filename, GD77Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition
gd77_filereader.cc:11
lib
gd77_filereader.hh
Generated by
1.17.0