libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
dm1701_filereader.hh
1#ifndef DM1701_FILEREADER_HH
2#define DM1701_FILEREADER_HH
3
4#include "dm1701_codeplug.hh"
5
21{
22public:
28 static bool read(const QString &filename, DM1701Codeplug *codeplug, const ErrorStack &err=ErrorStack());
29};
30
31#endif // DM1701_FILEREADER_HH
Device specific implementation of the codeplug for the Baofeng DM-1701.
Definition dm1701_codeplug.hh:49
Methods to read manufacturer codeplug files.
Definition dm1701_filereader.hh:21
static bool read(const QString &filename, DM1701Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition dm1701_filereader.cc:13
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition errorstack.hh:41