|
rusEFI
The most advanced open source ECU
|
#include <idle_thread.h>

Public Member Functions | |
| bool | operator== (const TargetInfo &other) const |
Data Fields | |
| float | ClosedLoopTarget |
| float | IdleEntryRpm |
| float | IdleExitRpm |
Definition at line 28 of file idle_thread.h.
|
inline |
Definition at line 38 of file idle_thread.h.
| float IIdleController::TargetInfo::ClosedLoopTarget |
Definition at line 30 of file idle_thread.h.
Referenced by operator==().
| float IIdleController::TargetInfo::IdleEntryRpm |
Definition at line 33 of file idle_thread.h.
Referenced by IdleController::determinePhase(), and operator==().
| float IIdleController::TargetInfo::IdleExitRpm |
Definition at line 36 of file idle_thread.h.
Referenced by IdleController::determinePhase(), and operator==().