1 #ifndef MD390FILEREADER_HH
2 #define MD390FILEREADER_HH
4 #include "md390_codeplug.hh"
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition: errorstack.hh:41
Device specific implementation of the codeplug for the TyT MD-390(U/V).
Definition: md390_codeplug.hh:37
Methods to read manufacturer codeplug files.
Definition: md390_filereader.hh:20
static bool read(const QString &filename, MD390Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Reads manufacturer codeplug file into given codeplug object.
Definition: md390_filereader.cc:10