Correct design flaw in slow process control, improve indentation, set up debug #ifdef

This commit is contained in:
Olivier Marty 2020-04-28 09:48:12 +02:00
parent 9a9eb56a3a
commit b0613ef653
2 changed files with 76 additions and 41 deletions

View file

@ -188,10 +188,11 @@ public:
// Worker Data.....
double mLastts;
double mTickInterval;
double mLastts;
double mTickInterval;
double mLastRunDuration;
double mAvgRunDuration;
double mCycle1, mCycle2, mCycle3, mCycle4;
static const double minTickInterval;
static const double maxTickInterval;