Add new timer myTO.
This commit is contained in:
parent
d8232e0163
commit
7f672db841
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user