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


Public Member Functions | |
| void | onSlowCallback () override |
| void | onIgnitionStateChanged (bool ignitionOn) override |
| bool | analogSensorsShouldWork () const |
Public Member Functions inherited from EngineModule | |
| virtual void | initNoConfiguration () |
| virtual void | setDefaultConfiguration () |
| virtual void | onConfigurationChange (engine_configuration_s const *) |
| virtual void | onFastCallback () |
| virtual void | onEngineStop () |
| virtual bool | needsDelayedShutoff () |
| virtual void | onEnginePhase (float, efitick_t, angle_t, angle_t) |
Private Attributes | |
| bool | m_ignitionIsOn = false |
| Timer | m_timeSinceIgnOff |
| bool | m_analogSensorsShouldWork = false |
Definition at line 6 of file sensor_checker.h.
|
inline |
Definition at line 11 of file sensor_checker.h.
|
overridevirtual |
Reimplemented from EngineModule.
Definition at line 266 of file sensor_checker.cpp.
|
overridevirtual |
Reimplemented from EngineModule.
Definition at line 170 of file sensor_checker.cpp.

|
private |
Definition at line 19 of file sensor_checker.h.
Referenced by analogSensorsShouldWork(), and onSlowCallback().
|
private |
Definition at line 16 of file sensor_checker.h.
Referenced by onIgnitionStateChanged(), and onSlowCallback().
|
private |
Definition at line 17 of file sensor_checker.h.
Referenced by onIgnitionStateChanged(), and onSlowCallback().