Added dc_printTemplate. Changed interface for updating printer templates.

This commit is contained in:
Gerhard Hoffmann 2023-04-13 16:16:57 +02:00
parent 60c48588b0
commit d92bdbfb3e

View File

@ -145,9 +145,15 @@ public:
QString comPort) const override;
bool dc_updatePrinterTemplate(enum FileTypeJson type,
int templateNr,
QString const &fname) const override;
QVector<int> templateIdx,
QVector<QString> fnames,
QString br,
QString serial) const override;
bool dc_printTemplate(enum FileTypeJson type,
QVector<int> templateIdx,
QString br,
QString serial) const override;
// ------------------------------------------------------------------------------
// Level 1, control device-controller (functions of µC)
// check serial connection to deviceController