FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Settings for fueling algorithms. More...
#include <FixedConfigs.h>
Data Fields | |
unsigned char | loadType |
unsigned char | algorithmType |
unsigned char | dwellType |
unsigned char | padding |
unsigned short | dwellFixedPeriod |
Settings for fueling algorithms.
Definition at line 244 of file FixedConfigs.h.
unsigned char algorithmSetting::loadType |
Definition at line 245 of file FixedConfigs.h.
Referenced by generateDerivedVars().
unsigned char algorithmSetting::algorithmType |
Definition at line 246 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().
unsigned char algorithmSetting::dwellType |
Definition at line 247 of file FixedConfigs.h.
Referenced by generateDerivedVars().
unsigned char algorithmSetting::padding |
Definition at line 248 of file FixedConfigs.h.
unsigned short algorithmSetting::dwellFixedPeriod |
Definition at line 249 of file FixedConfigs.h.
Referenced by generateDerivedVars().