rusEFI
The most advanced open source ECU
|
Data Structures | |
class | WaveChart |
rusEfi console sniffer data buffer More... | |
Enumerations | |
enum class | FrontDirection : uint8_t { UP , DOWN } |
Functions | |
void | addEngineSnifferTdcEvent (int rpm) |
void | addEngineSnifferLogicAnalyzerEvent (int laIndex, FrontDirection frontDirection) |
void | addEngineSnifferCrankEvent (int wheelIndex, int triggerEventIndex, FrontDirection frontDirection) |
void | addEngineSnifferVvtEvent (int vvtIndex, FrontDirection frontDirection) |
void | addEngineSnifferOutputPinEvent (NamedOutputPin *pin, FrontDirection frontDirection) |
void | initWaveChart (WaveChart *chart) |
void | setChartSize (int newSize) |
|
strong |
Enumerator | |
---|---|
UP | |
DOWN |
Definition at line 15 of file engine_sniffer.h.
void addEngineSnifferCrankEvent | ( | int | wheelIndex, |
int | triggerEventIndex, | ||
FrontDirection | frontDirection | ||
) |
wheelIndex | 0 or 1 @triggerEventIndex index from sync point, from 0 to number of teeth in engine cycle |
Definition at line 261 of file engine_sniffer.cpp.
Referenced by reportEventToWaveChart().
void addEngineSnifferLogicAnalyzerEvent | ( | int | laIndex, |
FrontDirection | frontDirection | ||
) |
Definition at line 254 of file engine_sniffer.cpp.
Referenced by riseCallback().
void addEngineSnifferOutputPinEvent | ( | NamedOutputPin * | pin, |
FrontDirection | frontDirection | ||
) |
Definition at line 239 of file engine_sniffer.cpp.
Referenced by NamedOutputPin::setHigh(), and NamedOutputPin::setLow().
void addEngineSnifferTdcEvent | ( | int | rpm | ) |
Definition at line 245 of file engine_sniffer.cpp.
Referenced by onTdcCallback().
void addEngineSnifferVvtEvent | ( | int | vvtIndex, |
FrontDirection | frontDirection | ||
) |
Definition at line 271 of file engine_sniffer.cpp.
Referenced by logVvtFront().
void initWaveChart | ( | WaveChart * | chart | ) |
constructor does not work because we need specific initialization order
Definition at line 218 of file engine_sniffer.cpp.
Referenced by initTriggerCentral().
void setChartSize | ( | int | newSize | ) |
Definition at line 120 of file engine_sniffer.cpp.
Referenced by initWaveChart().