rusEFI
The most advanced open source ECU
|
#include <antilag_system.h>
Public Member Functions | |
void | update () |
bool | isALSMinRPMCondition (float rpm) const |
bool | isALSMaxRPMCondition (float rpm) const |
bool | isALSMinCLTCondition () const |
bool | isALSMaxCLTCondition () const |
bool | isALSMaxThrottleIntentCondition () const |
bool | isInsideALSSwitchCondition () |
bool | isInsideALSTimerCondition () |
bool | isAntilagConditionMet (float rpm) |
Private Attributes | |
Timer | ALStimer |
Definition at line 15 of file antilag_system.h.
bool AntilagSystemBase::isALSMaxCLTCondition | ( | ) | const |
Definition at line 51 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
Definition at line 41 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
bool AntilagSystemBase::isALSMaxThrottleIntentCondition | ( | ) | const |
Definition at line 57 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
bool AntilagSystemBase::isALSMinCLTCondition | ( | ) | const |
Definition at line 45 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
Definition at line 37 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
Definition at line 69 of file antilag_system.cpp.
Referenced by update().
bool AntilagSystemBase::isInsideALSSwitchCondition | ( | ) |
Definition at line 15 of file antilag_system.cpp.
Referenced by isAntilagConditionMet().
bool AntilagSystemBase::isInsideALSTimerCondition | ( | ) |
Definition at line 63 of file antilag_system.cpp.
void AntilagSystemBase::update | ( | ) |
Definition at line 93 of file antilag_system.cpp.
Referenced by EngineState::periodicFastCallback().
|
private |
Definition at line 30 of file antilag_system.h.
Referenced by isInsideALSTimerCondition(), and update().