libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
gd77_filereader.hh
1#ifndef GD77FILEREADER_HH
2#define GD77FILEREADER_HH
3
4#include "gd77_codeplug.hh"
5
21{
22public:
28 static bool read(const QString &filename, GD77Codeplug *codeplug, const ErrorStack &err=ErrorStack());
29};
30
31#endif // GD77FILEREADER_HH
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition errorstack.hh:41
Represents, encodes and decodes the device specific codeplug for a Radioddity GD-77.
Definition gd77_codeplug.hh:63
Methods to read manufacturer codeplug files.
Definition gd77_filereader.hh:21
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