rusEFI
The most advanced open source ECU
|
#include <start_stop.h>
Data Fields | |
ButtonDebounce | startStopButtonDebounce {"start_button"} |
Timer | timeSinceIgnitionPower |
Timer | startStopStateLastPush |
bool | isFirstTime = true |
Definition at line 5 of file start_stop.h.
bool StartStopState::isFirstTime = true |
Definition at line 10 of file start_stop.h.
Referenced by slowStartStopButtonCallback().
ButtonDebounce StartStopState::startStopButtonDebounce {"start_button"} |
Definition at line 6 of file start_stop.h.
Referenced by initStartStopButton(), and slowStartStopButtonCallback().
Timer StartStopState::startStopStateLastPush |
Definition at line 8 of file start_stop.h.
Referenced by disengageStarterIfNeeded(), and onStartStopButtonToggle().
Timer StartStopState::timeSinceIgnitionPower |
Definition at line 7 of file start_stop.h.
Referenced by slowStartStopButtonCallback().