libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
dummyfilereader.hh
1
#ifndef DUMMYFILEREADER_HH
2
#define DUMMYFILEREADER_HH
3
4
#include "errorstack.hh"
5
6
class
Codeplug
;
7
9
class
DummyFileReader
10
{
11
public
:
13
static
bool
read
(
const
QString &filename,
Codeplug
*codeplug,
const
ErrorStack
&err=
ErrorStack
());
14
};
15
16
#endif
// DUMMYFILEREADER_HH
Codeplug
This class defines the interface all device-specific code-plugs must implement.
Definition
codeplug.hh:18
DummyFileReader
Just a class implementing the filereader "interface" that fails.
Definition
dummyfilereader.hh:10
DummyFileReader::read
static bool read(const QString &filename, Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Does not read the specified file.
Definition
dummyfilereader.cc:4
ErrorStack
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition
errorstack.hh:43
lib
dummyfilereader.hh
Generated by
1.17.0