|
using | BinType = std::remove_extent_t< decltype(config->mafDecodingBins)> |
|
using | ValueType = std::remove_extent_t< decltype(config->mafDecoding)> |
|
◆ BinType
using BinType = std::remove_extent_t<decltype(config->mafDecodingBins)> |
◆ ValueType
◆ initMaf() [1/2]
Definition at line 92 of file init_maf.cpp.
92 {
95}
static constexpr engine_configuration_s * engineConfiguration
static FunctionalSensor maf2(SensorType::Maf2, MS2NT(50))
static FunctionalSensor maf(SensorType::Maf, MS2NT(50))
adc_channel_e maf2AdcChannel
adc_channel_e mafAdcChannel
Referenced by initMaf(), and initNewSensors().
◆ initMaf() [2/2]
Definition at line 81 of file init_maf.cpp.
81 {
83 return;
84 }
85
87
90}
static AdcSubscriptionEntry * SubscribeSensor(FunctionalSensorBase &sensor, adc_channel_e channel, float lowpassCutoffHZ, float voltsPerAdcVolt=0.0f)
void setFunction(ConverterType &func)
static FuncChain< MafVoltageCheck, MafTable, MafFilter > mafFunction
◆ mafCurve()
◆ maf
◆ maf2
◆ mafFunction
FuncChain<MafVoltageCheck, MafTable, MafFilter> mafFunction |
|
static |
Go to the source code of this file.