libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
rd5r_filereader.hh
1
#ifndef RD5RFILEREADER_HH
2
#define RD5RFILEREADER_HH
3
4
#include "rd5r_codeplug.hh"
5
20
class
RD5RFileReader
21
{
22
public
:
28
static
bool
read
(
const
QString &filename,
RD5RCodeplug
*codeplug,
const
ErrorStack
&err=
ErrorStack
());
29
};
30
31
#endif
// RD5RFILEREADER_HH
ErrorStack
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition
errorstack.hh:43
RD5RCodeplug
Represents, encodes and decodes the device specific codeplug for a Baofeng/Radioddity RD-5R.
Definition
rd5r_codeplug.hh:78
RD5RFileReader
Methods to read manufacturer codeplug files.
Definition
rd5r_filereader.hh:21
RD5RFileReader::read
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
lib
rd5r_filereader.hh
Generated by
1.17.0