forked from GerhardHoffmann/DCLibraries
		
	Add new timer myTO.
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user