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

Public Member Functions | |
| virtual floatus_t | getOneDegreeUs ()=0 |
| virtual bool | isCranking () const =0 |
| virtual bool | isStopped () const =0 |
| virtual operation_mode_e | getOperationMode () const =0 |
Definition at line 9 of file rpm_calculator_api.h.
|
pure virtual |
Implemented in RpmCalculator.
Referenced by InjectionEvent::computeInjectionAngle().

|
pure virtual |
Implemented in RpmCalculator.
Referenced by adjustCrankPhase(), HpfpLobe::findNextLobe(), getCoilDutyCycle(), getEngineCycleDuration(), noFiringUntilVvtSync(), prepareIgnitionSchedule(), prepareOutputSignals(), rpmShaftPositionCallback(), and setTriggerEmulatorRPM().

|
pure virtual |
Implemented in RpmCalculator.
Referenced by getCurrentInjectionMode(), and InjectionEvent::onTriggerTooth().

|
pure virtual |
Returns true if the engine is not spinning (RPM==0)
Implemented in RpmCalculator.