Add new timer myTO.

This commit is contained in:
Thomas Sax 2023-12-06 14:28:24 +01:00
parent d8232e0163
commit 7f672db841

View File

@ -2,6 +2,7 @@
#ifndef RUN_PROCESS_H
#define RUN_PROCESS_H
#include <stdint.h>
#include <QMainWindow>
#include <QString>
#include <QTimer>
@ -25,7 +26,7 @@
class T_runProc : public QObject
{
Q_OBJECT
QTimer *hwapi_TimerPayment, *hwapi_triggerBL;
QTimer *hwapi_TimerPayment, *hwapi_triggerBL, *myTO;
void sub_emp_getAllParameters(struct T_emp *emp);
void changer_getAllParameters(struct T_changer *mw);