rusEFI
The most advanced open source ECU
|
This is a data structure which keeps track of all pending events Implemented as a linked list, which is fine since the number of pending events is pretty low todo: MAYBE migrate to a better data structure, but that's low priority
this data structure is NOT thread safe
Definition in file event_queue.cpp.
Variables | |
bool | verboseMode |
uint32_t | maxEventCallbackDuration = 0 |
uint32_t maxEventCallbackDuration = 0 |
See also maxPrecisionCallbackDuration for total hw callback time
Definition at line 201 of file event_queue.cpp.
Referenced by printRuntimeStats(), and resetMaxValues().
|
extern |