rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Functions
closed_loop_fuel.h File Reference

Data Structures

struct  ClosedLoopFuelResult
 
struct  FuelingBank
 
class  ShortTermFuelTrim
 

Functions

void initStft (void)
 
bool checkIfTuningVeNow ()
 

Function Documentation

◆ checkIfTuningVeNow()

bool checkIfTuningVeNow ( )

Definition at line 164 of file closed_loop_fuel.cpp.

164 {
165#if EFI_TUNER_STUDIO
166 const bool result = isTuningVeNow();
167#else
168 const bool result = false;
169#endif /* EFI_TUNER_STUDIO */
171 return result;
172}
TunerStudioOutputChannels outputChannels
Definition engine.h:109
static EngineAccessor engine
Definition engine.h:413
bool isTuningVeNow()

Referenced by ShortTermFuelTrim::getCorrectionState(), and DfcoController::getState().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initStft()

void initStft ( void  )

Definition at line 158 of file closed_loop_fuel.cpp.

159{
161}
constexpr auto & module()
Definition engine.h:200
static constexpr engine_configuration_s * engineConfiguration

Referenced by commonInitEngineController().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.