rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
transition_events.h
Go to the documentation of this file.
1// transition_events.h
2// also known as 'special event counter'
3
4#pragma once
5
6#include "pch.h"
7
8enum class TransitionEvent : char
9{
10 None = 0,
11 BurnRequest = 1,
12 TriggerError = 2,
13 EngineResync = 3,
15 EtbPidReset = 5,
16 CruiseControl = 6,
17};
18
20#if EFI_PROD_CODE
23#endif
24}
TunerStudioOutputChannels outputChannels
Definition engine.h:109
static EngineAccessor engine
Definition engine.h:413
void onTransitionEvent(TransitionEvent event)
TransitionEvent