Andrey 2023-02-24 21:58:41 -05:00
parent edcdb1bc6e
commit bf3d68755a
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ public:
bool isALSMaxCLTCondition() const;
bool isALSMaxThrottleIntentCondition() const;
bool isInsideALSSwitchCondition();
bool isInsideALSTimerCondition();
/* enabled and all conditions above */
bool isAntilagConditionMet(int rpm);
private:
Timer ALStimer;
};