libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
uv390_filereader.hh
1
#ifndef UV390FILEREADER_HH
2
#define UV390FILEREADER_HH
3
4
#include "uv390_codeplug.hh"
5
20
class
UV390FileReader
21
{
22
public
:
28
static
bool
read
(
const
QString &filename,
UV390Codeplug
*codeplug,
const
ErrorStack
&err =
ErrorStack
());
29
};
30
31
#endif
// UV390FILEREADER_HH
ErrorStack
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition
errorstack.hh:43
UV390Codeplug
Device specific implementation of the codeplug for the TyT MD-UV390.
Definition
uv390_codeplug.hh:51
UV390FileReader
Methods to read manufacturer codeplug files.
Definition
uv390_filereader.hh:21
UV390FileReader::read
static bool read(const QString &filename, UV390Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition
uv390_filereader.cc:13
lib
uv390_filereader.hh
Generated by
1.17.0