rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
rpm_calculator_api.h
Go to the documentation of this file.
1/**
2 * @file rpm_calculator_api.h
3 */
4
5#include "rusefi_types.h"
6
7#pragma once
8
10public:
12 virtual bool isCranking() const = 0;
13 /**
14 * Returns true if the engine is not spinning (RPM==0)
15 */
16 virtual bool isStopped() const = 0;
17
18 // todo: move to triggerCentral/triggerShape since has nothing to do with rotation state!
20};
21
23
virtual floatus_t getOneDegreeUs()=0
virtual bool isCranking() const =0
virtual operation_mode_e getOperationMode() const =0
virtual bool isStopped() const =0
injection_mode_e getCurrentInjectionMode()
Definition engine.cpp:548
EngineRotationState * getEngineRotationState()
Definition engine.cpp:573
operation_mode_e
injection_mode_e