rusEFI
The most advanced open source ECU
|
#include <engine_configuration_generated_structures_alphax-2chan.h>
Data Fields | |
scaled_channel< uint8_t, 10, 1 > | maxAdd |
scaled_channel< uint8_t, 10, 1 > | maxRemove |
scaled_channel< uint16_t, 10, 1 > | timeConstant |
int8_t | maxAdd |
int8_t | maxRemove |
Definition at line 7 of file engine_configuration_generated_structures_alphax-2chan.h.
scaled_channel< uint8_t, 10, 1 > stft_cell_cfg_s::maxAdd |
Maximum % that the short term fuel trim can add units: % offset 0
Definition at line 13 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by ClosedLoopFuelCellImpl::getMaxAdjustment().
int8_t stft_cell_cfg_s::maxAdd |
Maximum % that the short term fuel trim can add units: % offset 0
Definition at line 13 of file engine_configuration_generated_structures_f469-discovery.h.
scaled_channel< uint8_t, 10, 1 > stft_cell_cfg_s::maxRemove |
Maximum % that the short term fuel trim can remove units: % offset 1
Definition at line 19 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by ClosedLoopFuelCellImpl::getMinAdjustment().
int8_t stft_cell_cfg_s::maxRemove |
Maximum % that the short term fuel trim can remove units: % offset 1
Definition at line 19 of file engine_configuration_generated_structures_f469-discovery.h.
scaled_channel< uint16_t, 10, 1 > stft_cell_cfg_s::timeConstant |
Commonly referred as Integral gain. Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second. Lower values makes the correction more sensitive, higher values slow the correction down. units: sec offset 2
Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second. units: sec offset 2
Definition at line 27 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by ClosedLoopFuelCellImpl::getIntegratorGain().