rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
LimpState Struct Reference

#include <limp_manager.h>

Collaboration diagram for LimpState:
Collaboration graph
[legend]

Public Member Functions

constexpr operator bool () const
 

Data Fields

const bool value
 
const ClearReason reason
 

Detailed Description

Definition at line 80 of file limp_manager.h.

Member Function Documentation

◆ operator bool()

constexpr LimpState::operator bool ( ) const
inlineexplicitconstexpr

Definition at line 85 of file limp_manager.h.

85 {
86 return value;
87 }
const bool value

Field Documentation

◆ reason

const ClearReason LimpState::reason

Definition at line 82 of file limp_manager.h.

Referenced by handleFuel(), and onTriggerEventSparkLogic().

◆ value

const bool LimpState::value

Definition at line 81 of file limp_manager.h.

Referenced by handleFuel(), onTriggerEventSparkLogic(), and operator bool().


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