libdrmconf  0.12.0
A library to program DMR radios.
dr1801uv_filereader.hh
1 #ifndef DR1801UVFILEREADER_HH
2 #define DR1801UVFILEREADER_HH
3 
4 #include "dr1801uv_codeplug.hh"
5 
14 {
15 public:
21  static bool read(const QString &filename, DR1801UVCodeplug *codeplug, const ErrorStack &err=ErrorStack());
22 };
23 
24 #endif // GD77FILEREADER_HH
Implements the binary codeplug representation of a BTECH DR-1801UV (a.k.a, BF-1801-A6).
Definition: dr1801uv_codeplug.hh:59
Methods to read manufacturer codeplug files.
Definition: dr1801uv_filereader.hh:14
static bool read(const QString &filename, DR1801UVCodeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition: dr1801uv_filereader.cc:9
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition: errorstack.hh:41