libdrmconf
0.12.0
A library to program DMR radios.
|
Methods to read manufacturer codeplug files. More...
#include <dr1801uv_filereader.hh>
Static Public Member Functions | |
static bool | read (const QString &filename, DR1801UVCodeplug *codeplug, const ErrorStack &err=ErrorStack()) |
Reads manufacturer codeplug file into given codeplug object. More... | |
Methods to read manufacturer codeplug files.
The file format of the stock CPS is pretty simple. It is a one-to-one dump of the codeplug data as written to the device. This makes the decoding of the manufacturer codeplug files very easy.
|
static |
Reads manufacturer codeplug file into given codeplug object.
filename | Specifies the file to read. |
codeplug | Specifies the codeplug object to store read codeplug. |
err | On error, contains an error message. |
true
on success and false
on error.