1#ifndef GD73FILEREADER_HH
2#define GD73FILEREADER_HH
4#include "gd73_codeplug.hh"
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition errorstack.hh:41
Represents, encodes and decodes the device specific codeplug for a Radioddity GD-73.
Definition gd73_codeplug.hh:53
Methods to read manufacturer codeplug files.
Definition gd73_filereader.hh:20
static bool read(const QString &filename, GD73Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition gd73_filereader.cc:9