rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
init_input_shaft_speed_sensor.cpp File Reference

Functions

void initInputShaftSpeedSensor ()
 
void deinitInputShaftSpeedSensor ()
 

Variables

FrequencySensor inputShaftSpeedSensor (SensorType::InputShaftSpeed, MS2NT(500))
 
static InputShaftSpeedConverter inputSpeedConverter
 

Function Documentation

◆ deinitInputShaftSpeedSensor()

void deinitInputShaftSpeedSensor ( )

Definition at line 26 of file init_input_shaft_speed_sensor.cpp.

26 {
28}
FrequencySensor inputShaftSpeedSensor(SensorType::InputShaftSpeed, MS2NT(500))

Referenced by stopSensors().

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

◆ initInputShaftSpeedSensor()

void initInputShaftSpeedSensor ( )

Definition at line 15 of file init_input_shaft_speed_sensor.cpp.

15 {
17
18 if (parameter < 3 || parameter > 200) {
19 parameter = 3;
20 }
21
22 float filterParameter = 1.0f / parameter;
24}
void initIfValid(brain_pin_e pin, SensorConverter &converter, float filterParameter)
static constexpr engine_configuration_s * engineConfiguration
static InputShaftSpeedConverter inputSpeedConverter

Referenced by sensorStartUpOrReconfiguration().

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

Variable Documentation

◆ inputShaftSpeedSensor

FrequencySensor inputShaftSpeedSensor(SensorType::InputShaftSpeed, MS2NT(500)) ( SensorType::InputShaftSpeed  ,
MS2NT(500)   
)

We were NOT able to get this code working reliable it could be that biquad parameter or biquad overall is part of the problem

Referenced by deinitInputShaftSpeedSensor(), initInputShaftSpeedSensor(), and updateTunerStudioState().

◆ inputSpeedConverter

InputShaftSpeedConverter inputSpeedConverter
static

Definition at line 13 of file init_input_shaft_speed_sensor.cpp.

Referenced by initInputShaftSpeedSensor().

Go to the source code of this file.