rusEFI
The most advanced open source ECU
|
Enumerations | |
enum class | TransitionEvent : char { None = 0 , BurnRequest = 1 , TriggerError = 2 , EngineResync = 3 , GlobalConfigurationVersion = 4 , EtbPidReset = 5 , CruiseControl = 6 } |
Functions | |
void | onTransitionEvent (TransitionEvent event) |
|
strong |
Enumerator | |
---|---|
None | |
BurnRequest | |
TriggerError | |
EngineResync | |
GlobalConfigurationVersion | |
EtbPidReset | |
CruiseControl |
Definition at line 8 of file transition_events.h.
|
inline |
Definition at line 19 of file transition_events.h.
Referenced by EtbController::getClosedLoop(), incrementGlobalConfigurationVersion(), onBurnRequest(), TriggerDecoderBase::setTriggerErrorState(), and PrimaryTriggerDecoder::syncEnginePhase().