rusEFI
The most advanced open source ECU
|
#include <tachometer.h>
Public Member Functions | |
void | init () |
void | onFastCallback () override |
![]() | |
virtual void | initNoConfiguration () |
virtual void | setDefaultConfiguration () |
virtual void | onConfigurationChange (engine_configuration_s const *) |
virtual void | onSlowCallback () |
virtual void | onEngineStop () |
virtual void | onIgnitionStateChanged (bool) |
virtual bool | needsDelayedShutoff () |
virtual void | onEnginePhase (float, efitick_t, angle_t, angle_t) |
Private Attributes | |
bool | tachHasInit |
Definition at line 11 of file tachometer.h.
void TachometerModule::init | ( | ) |
Definition at line 67 of file tachometer.cpp.
|
overridevirtual |
Reimplemented from EngineModule.
Definition at line 30 of file tachometer.cpp.
|
private |
Definition at line 16 of file tachometer.h.
Referenced by init(), and onFastCallback().