libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
rd5r_filereader.hh
1#ifndef RD5RFILEREADER_HH
2#define RD5RFILEREADER_HH
3
4#include "rd5r_codeplug.hh"
5
21{
22public:
28 static bool read(const QString &filename, RD5RCodeplug *codeplug, const ErrorStack &err=ErrorStack());
29};
30
31#endif // RD5RFILEREADER_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