This commit is contained in:
parent
edcdb1bc6e
commit
bf3d68755a
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue