libdrmconf  0.10.4
A library to program DMR radios.
gd77_filereader.hh
1 #ifndef GD77FILEREADER_HH
2 #define GD77FILEREADER_HH
3 
4 #include "gd77_codeplug.hh"
5 
21 {
22 public:
28  static bool read(const QString &filename, GD77Codeplug *codeplug, QString &errorMessage);
29 };
30 
31 #endif // GD77FILEREADER_HH
Represents, encodes and decodes the device specific codeplug for a Radioddity GD-77.
Definition: gd77_codeplug.hh:64
Methods to read manufacturer codeplug files.
Definition: gd77_filereader.hh:21
static bool read(const QString &filename, GD77Codeplug *codeplug, QString &errorMessage)
Reads manufacturer codeplug file into given codeplug object.
Definition: gd77_filereader.cc:11