libdrmconf
0.15.1
A library to program DMR radios.
Toggle main menu visibility
Loading...
Searching...
No Matches
d878uv_filereader.hh
1
#ifndef D878UVFILEREADER_HH
2
#define D878UVFILEREADER_HH
3
4
#include "d868uv_filereader.hh"
5
7
class
D878UVFileReader
:
public
D868UVFileReader
8
{
9
public
:
11
D878UVFileReader
(
Config
*config,
const
uint8_t *data,
size_t
size, QString &message);
12
};
13
14
#endif
// D878UVFILEREADER_HH
Config
The config class, representing the codeplug configuration.
Definition
config.hh:70
D868UVFileReader::D868UVFileReader
D868UVFileReader(Config *config, const uint8_t *data, size_t size, QString &message)
Constructs a file reader for the given manufacturer CPS file (data, size).
Definition
d868uv_filereader.cc:286
D878UVFileReader::D878UVFileReader
D878UVFileReader(Config *config, const uint8_t *data, size_t size, QString &message)
Constructor.
Definition
d878uv_filereader.cc:3
lib
d878uv_filereader.hh
Generated by
1.17.0