rusEFI
The most advanced open source ECU
|
#include <max_limit_with_hysteresis.h>
Public Member Functions | |
bool | checkIfLimitIsExceeded (const float value, const float maxLimit, const float hysteresis) |
Private Attributes | |
Hysteresis | m_hysteresis |
Definition at line 10 of file max_limit_with_hysteresis.h.
bool MaxLimitWithHysteresis< RisingChecker, FallingChecker >::checkIfLimitIsExceeded | ( | const float | value, |
const float | maxLimit, | ||
const float | hysteresis | ||
) |
Definition at line 18 of file max_limit_with_hysteresis.h.
Referenced by LimpManager::updateState().
|
private |
Definition at line 14 of file max_limit_with_hysteresis.h.