rusEFI
The most advanced open source ECU
Public Member Functions
TriggerStateListener Struct Referenceabstract

#include <trigger_decoder.h>

Inheritance diagram for TriggerStateListener:
Inheritance graph
[legend]

Public Member Functions

virtual void OnTriggerStateProperState (efitick_t nowNt)=0
 
virtual void OnTriggerSynchronization (bool wasSynchronized, bool isDecodingError)=0
 
virtual void OnTriggerSynchronizationLost ()=0
 

Detailed Description

Definition at line 18 of file trigger_decoder.h.

Member Function Documentation

◆ OnTriggerStateProperState()

virtual void TriggerStateListener::OnTriggerStateProperState ( efitick_t  nowNt)
pure virtual

Implemented in Engine.

Referenced by TriggerDecoderBase::decodeTriggerEvent().

Here is the caller graph for this function:

◆ OnTriggerSynchronization()

virtual void TriggerStateListener::OnTriggerSynchronization ( bool  wasSynchronized,
bool  isDecodingError 
)
pure virtual

Implemented in Engine.

Referenced by TriggerDecoderBase::decodeTriggerEvent().

Here is the caller graph for this function:

◆ OnTriggerSynchronizationLost()

virtual void TriggerStateListener::OnTriggerSynchronizationLost ( )
pure virtual

Implemented in Engine.

Referenced by TriggerDecoderBase::decodeTriggerEvent().

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: