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


Public Member Functions | |
| TriggerConfiguration (const char *printPrefix) | |
| void | update () |
| virtual trigger_config_s | getType () const =0 |
Data Fields | |
| const char *const | PrintPrefix |
| bool | VerboseTriggerSynchDetails |
| trigger_config_s | TriggerType |
Protected Member Functions | |
| virtual bool | isVerboseTriggerSynchDetails () const =0 |
Definition at line 28 of file trigger_decoder.h.
|
inlineexplicit |
Definition at line 30 of file trigger_decoder.h.
|
pure virtual |
Implemented in PrimaryTriggerConfiguration, and VvtTriggerConfiguration.
Referenced by update().

|
protectedpure virtual |
Implemented in PrimaryTriggerConfiguration, and VvtTriggerConfiguration.
Referenced by update().

| void TriggerConfiguration::update | ( | ) |
Definition at line 289 of file engine2.cpp.
Referenced by TriggerCentral::applyShapesConfiguration(), Engine::injectEngineReferences(), and Engine::periodicSlowCallback().


| const char* const TriggerConfiguration::PrintPrefix |
Definition at line 33 of file trigger_decoder.h.
Referenced by TriggerDecoderBase::decodeTriggerEvent(), and TriggerDecoderBase::printGaps().
| trigger_config_s TriggerConfiguration::TriggerType |
Definition at line 35 of file trigger_decoder.h.
Referenced by TriggerCentral::applyShapesConfiguration(), TriggerStimulatorHelper::assertSyncPosition(), TriggerDecoderBase::decodeTriggerEvent(), initVvtShape(), and update().
| bool TriggerConfiguration::VerboseTriggerSynchDetails |
Definition at line 34 of file trigger_decoder.h.
Referenced by TriggerDecoderBase::decodeTriggerEvent(), and update().