rusEFI
The most advanced open source ECU
Data Fields
StartStopState Struct Reference

#include <start_stop.h>

Collaboration diagram for StartStopState:
Collaboration graph
[legend]

Data Fields

ButtonDebounce startStopButtonDebounce {"start_button"}
 
Timer timeSinceIgnitionPower
 
Timer startStopStateLastPush
 
bool isFirstTime = true
 

Detailed Description

Definition at line 5 of file start_stop.h.

Field Documentation

◆ isFirstTime

bool StartStopState::isFirstTime = true

Definition at line 10 of file start_stop.h.

Referenced by slowStartStopButtonCallback().

◆ startStopButtonDebounce

ButtonDebounce StartStopState::startStopButtonDebounce {"start_button"}

Definition at line 6 of file start_stop.h.

Referenced by initStartStopButton(), and slowStartStopButtonCallback().

◆ startStopStateLastPush

Timer StartStopState::startStopStateLastPush

Definition at line 8 of file start_stop.h.

Referenced by disengageStarterIfNeeded(), and onStartStopButtonToggle().

◆ timeSinceIgnitionPower

Timer StartStopState::timeSinceIgnitionPower

Definition at line 7 of file start_stop.h.

Referenced by slowStartStopButtonCallback().


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