#include <closed_loop_fuel_cell.h>
Definition at line 29 of file closed_loop_fuel_cell.h.
◆ configure()
Definition at line 31 of file closed_loop_fuel_cell.h.
31 {
34 }
const stft_cell_cfg_s * m_config
SensorType m_lambdaSensor
static FunctionPointerSensor lambdaSensor(SensorType::Lambda1, []() { return afrWrapper.getLambda();})
◆ getIntegratorGain()
float ClosedLoopFuelCellImpl::getIntegratorGain |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ getLambdaError()
float ClosedLoopFuelCellImpl::getLambdaError |
( |
| ) |
const |
|
overridevirtual |
Implements ClosedLoopFuelCellBase.
Definition at line 40 of file closed_loop_fuel_cell.cpp.
40 {
42
43
44 if (!lambda) {
45 return 0;
46 }
47
49}
FuelComputer fuelComputer
virtual SensorResult get() const =0
static EngineAccessor engine
scaled_channel< uint16_t, 10000, 1 > targetLambda
◆ getMaxAdjustment()
float ClosedLoopFuelCellImpl::getMaxAdjustment |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ getMinAdjustment()
float ClosedLoopFuelCellImpl::getMinAdjustment |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ m_config
◆ m_lambdaSensor
The documentation for this class was generated from the following files: