libdrmconf  0.12.0
A library to program DMR radios.
gd73_filereader.hh
1 #ifndef GD73FILEREADER_HH
2 #define GD73FILEREADER_HH
3 
4 #include "gd73_codeplug.hh"
5 
20 {
21 public:
27  static bool read(const QString &filename, GD73Codeplug *codeplug, const ErrorStack &err=ErrorStack());
28 };
29 
30 #endif // GD73FILEREADER_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-73.
Definition: gd73_codeplug.hh:53
Methods to read manufacturer codeplug files.
Definition: gd73_filereader.hh:20
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