|
FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
One of two structs of fixed configuration data such as physical parameters etc. More...
#include <FixedConfigs.h>

Data Fields | |
| sensorSource | sensorSources |
| sensorPreset | sensorPresets |
| sensorRange | sensorRanges |
| sensorSetting | sensorSettings |
| algorithmSetting | algorithmSettings |
| inputOutputSetting | inputOutputSettings |
| decoderSetting | decoderSettings |
| unsigned char | userTextField2 [userTextFieldArrayLength2] |
| For on-board meta-data such as which vehicle the unit is from, put your personal tuning notes here! | |
One of two structs of fixed configuration data such as physical parameters etc.
If you add something here, please ensure you update all of the following :
Definition at line 334 of file FixedConfigs.h.
| sensorSource fixedConfig2::sensorSources |
Definition at line 335 of file FixedConfigs.h.
Referenced by generateCoreVars(), and lookupBlockDetails().
| sensorPreset fixedConfig2::sensorPresets |
Definition at line 336 of file FixedConfigs.h.
Referenced by generateCoreVars(), and lookupBlockDetails().
| sensorRange fixedConfig2::sensorRanges |
Definition at line 337 of file FixedConfigs.h.
Referenced by generateCoreVars(), initConfiguration(), and lookupBlockDetails().
| sensorSetting fixedConfig2::sensorSettings |
Definition at line 338 of file FixedConfigs.h.
Referenced by lookupBlockDetails(), and RTIISR().
| algorithmSetting fixedConfig2::algorithmSettings |
Definition at line 339 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition(), generateDerivedVars(), and lookupBlockDetails().
| inputOutputSetting fixedConfig2::inputOutputSettings |
Definition at line 340 of file FixedConfigs.h.
Referenced by initGPIO(), initPWM(), and lookupBlockDetails().
| decoderSetting fixedConfig2::decoderSettings |
Definition at line 341 of file FixedConfigs.h.
Referenced by lookupBlockDetails(), PrimaryRPMISR(), resetToNonRunningState(), and SecondaryRPMISR().
| unsigned char fixedConfig2::userTextField2[userTextFieldArrayLength2] |
For on-board meta-data such as which vehicle the unit is from, put your personal tuning notes here!
Definition at line 342 of file FixedConfigs.h.
Referenced by lookupBlockDetails().
1.8.1.2