rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Static Public Member Functions
TunerDetectorUtils Class Reference

#include <tuner_detector_utils.h>

Static Public Member Functions

static bool isTuningDetectorUndefined ()
 
static uint8_t getUserEnteredTuningDetector ()
 
static void setUserEnteredTuningDetector (uint8_t tuningDetector)
 

Detailed Description

Definition at line 7 of file tuner_detector_utils.h.

Member Function Documentation

◆ getUserEnteredTuningDetector()

uint8_t TunerDetectorUtils::getUserEnteredTuningDetector ( )
static

Definition at line 13 of file tuner_detector_utils.cpp.

13 {
14 return engineConfiguration->tuningDetector + TUNING_DETECTOR_PERSISTENCE_OFFSET;
15}
static constexpr engine_configuration_s * engineConfiguration

Referenced by isTuningVeNow().

Here is the caller graph for this function:

◆ isTuningDetectorUndefined()

bool TunerDetectorUtils::isTuningDetectorUndefined ( )
static

Definition at line 9 of file tuner_detector_utils.cpp.

9 {
11}

Referenced by defaultsOrFixOnBurn(), and isTuningVeNow().

Here is the caller graph for this function:

◆ setUserEnteredTuningDetector()

void TunerDetectorUtils::setUserEnteredTuningDetector ( uint8_t  tuningDetector)
static

Definition at line 17 of file tuner_detector_utils.cpp.

17 {
18 engineConfiguration->tuningDetector = tuningDetector - TUNING_DETECTOR_PERSISTENCE_OFFSET;
19}

Referenced by defaultsOrFixOnBurn().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: