|
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 | |
| engineSetting | engineSettings |
| serialSetting | serialSettings |
| coarseBitBangSetting | coarseBitBangSettings |
| schedulingSetting | schedulingSettings |
| cutAndLimiterSetting | cutAndLimiterSettings |
| simpleGPIOSetting | simpleGPIOSettings |
| unsigned char | userTextField [userTextFieldArrayLength1] |
| 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 321 of file FixedConfigs.h.
| engineSetting fixedConfig1::engineSettings |
Definition at line 322 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition(), initConfiguration(), and lookupBlockDetails().
| serialSetting fixedConfig1::serialSettings |
Definition at line 323 of file FixedConfigs.h.
Referenced by initSCIStuff(), and lookupBlockDetails().
| coarseBitBangSetting fixedConfig1::coarseBitBangSettings |
Definition at line 324 of file FixedConfigs.h.
Referenced by lookupBlockDetails().
| schedulingSetting fixedConfig1::schedulingSettings |
Definition at line 325 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition(), lookupBlockDetails(), main(), scheduleOutputs(), and schedulePortTPin().
| cutAndLimiterSetting fixedConfig1::cutAndLimiterSettings |
Definition at line 326 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition(), and lookupBlockDetails().
| simpleGPIOSetting fixedConfig1::simpleGPIOSettings |
Definition at line 327 of file FixedConfigs.h.
Referenced by lookupBlockDetails(), and performSimpleGPIO().
| unsigned char fixedConfig1::userTextField[userTextFieldArrayLength1] |
For on-board meta-data such as which vehicle the unit is from, put your personal tuning notes here!
Definition at line 328 of file FixedConfigs.h.
Referenced by lookupBlockDetails().
1.8.1.2