rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Variables
event_queue.cpp File Reference

Detailed Description

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

Date
Apr 17, 2014
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file event_queue.cpp.

Variables

bool verboseMode
 
uint32_t maxEventCallbackDuration = 0
 

Variable Documentation

◆ maxEventCallbackDuration

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().

◆ verboseMode

bool verboseMode
extern

Go to the source code of this file.