1#ifndef DR1801UVFILEREADER_HH
2#define DR1801UVFILEREADER_HH
4#include "dr1801uv_codeplug.hh"
Implements the binary codeplug representation of a BTECH DR-1801UV (a.k.a, BF-1801-A6).
Definition dr1801uv_codeplug.hh:64
Methods to read manufacturer codeplug files.
Definition dr1801uv_filereader.hh:14
static bool read(const QString &filename, DR1801UVCodeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition dr1801uv_filereader.cc:9
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition errorstack.hh:41