libdrmconf  0.12.0
A library to program DMR radios.
md2017_filereader.hh
1 #ifndef MD2017_FILEREADER_HH
2 #define MD2017_FILEREADER_HH
3 
4 #include "md2017_codeplug.hh"
5 
21 {
22 public:
28  static bool read(const QString &filename, MD2017Codeplug *codeplug, const ErrorStack &err=ErrorStack());
29 };
30 
31 #endif // MD2017_FILEREADER_HH
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition: errorstack.hh:41
Device specific implementation of the codeplug for the TyT MD-2017.
Definition: md2017_codeplug.hh:52
Methods to read manufacturer codeplug files.
Definition: md2017_filereader.hh:21
static bool read(const QString &filename, MD2017Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition: md2017_filereader.cc:13