rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Functions
event_registry.h File Reference

Detailed Description

Date
Nov 27, 2013
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file event_registry.h.

Data Structures

struct  AngleBasedEvent
 
class  IgnitionEvent
 
class  IgnitionEventList
 
class  AuxActor
 

Functions

IgnitionEventListgetIgnitionEvents ()
 

Function Documentation

◆ getIgnitionEvents()

IgnitionEventList * getIgnitionEvents ( )

Definition at line 604 of file engine.cpp.

604 {
605 return &engine->ignitionEvents;
606}
IgnitionEventList ignitionEvents
Definition engine.h:289
static EngineAccessor engine
Definition engine.h:413

Referenced by mainTriggerCallback().

Here is the caller graph for this function:

Go to the source code of this file.