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


Public Member Functions | |
| void | updateAcr () |
| void | onSlowCallback () override |
| bool | isActive () 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 void | onIgnitionStateChanged (bool) |
| virtual bool | needsDelayedShutoff () |
| virtual void | onEnginePhase (float, efitick_t, angle_t, angle_t) |
Private Attributes | |
| bool | m_active = false |
Definition at line 3 of file harley_acr.h.
| bool HarleyAcr::isActive | ( | ) | const |
Definition at line 66 of file harley_acr.cpp.
|
overridevirtual |
Reimplemented from EngineModule.
Definition at line 48 of file harley_acr.cpp.
Referenced by updateAcr().


| void HarleyAcr::updateAcr | ( | ) |
Definition at line 62 of file harley_acr.cpp.

|
private |
Definition at line 11 of file harley_acr.h.
Referenced by isActive(), and onSlowCallback().