Restart carun on consecutive E255

This commit is contained in:
2024-07-15 09:59:08 +02:00
parent 6c2717c56b
commit c1dd20ec4f
2 changed files with 37 additions and 9 deletions

View File

@@ -94,6 +94,11 @@ public slots:
*/
void diagReInit();
/**
* reset / restart / reinit deviceController
*/
void restartCArun();
signals:
void diagResponse(ATBMachineEvent* machineEvent);
@@ -118,6 +123,8 @@ private:
PersistentData* pData;
int E255counter;
private slots:
void onDiagRequestTimeoutTimerTimeout();
@@ -126,7 +133,6 @@ private slots:
void sys_superviseSystem();
};
#endif // DEVICECONTROLLERDIAG_H