libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
dm1701_filereader.hh
1
#ifndef DM1701_FILEREADER_HH
2
#define DM1701_FILEREADER_HH
3
4
#include "dm1701_codeplug.hh"
5
20
class
DM1701FileReader
21
{
22
public
:
28
static
bool
read
(
const
QString &filename,
DM1701Codeplug
*codeplug,
const
ErrorStack
&err=
ErrorStack
());
29
};
30
31
#endif
// DM1701_FILEREADER_HH
DM1701Codeplug
Device specific implementation of the codeplug for the Baofeng DM-1701.
Definition
dm1701_codeplug.hh:49
DM1701FileReader
Methods to read manufacturer codeplug files.
Definition
dm1701_filereader.hh:21
DM1701FileReader::read
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
ErrorStack
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition
errorstack.hh:43
lib
dm1701_filereader.hh
Generated by
1.17.0