1 #ifndef RD5RFILEREADER_HH
2 #define RD5RFILEREADER_HH
4 #include "rd5r_codeplug.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 Baofeng/Radioddity RD-5R.
Definition: rd5r_codeplug.hh:78
Methods to read manufacturer codeplug files.
Definition: rd5r_filereader.hh:21
static bool read(const QString &filename, RD5RCodeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition: rd5r_filereader.cc:11