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