FreeEMS  0.2.0-SNAPSHOT-285-g028e24c
Data Fields
SmallTables2 Struct Reference

One of four structs of live tunable data such as small tables and fuel trims etc. More...

#include <TunableConfigs.h>

Collaboration diagram for SmallTables2:
Collaboration graph
[legend]

Data Fields

loggingSetting loggingSettings
 Holds all configuration for logging.
unsigned short perCylinderFuelTrims [ECT_CHANNELS]
 Trims for injection, from 0% to 200% of base.
unsigned char filler [SMALL_TABLES_2_FILLER_SIZE]
 Padding data.

Detailed Description

One of four structs of live tunable data such as small tables and fuel trims etc.

If you add something here, please ensure you update all of the following :

Definition at line 108 of file TunableConfigs.h.

Field Documentation

loggingSetting SmallTables2::loggingSettings

Holds all configuration for logging.

These are in tunable config such that the system can pick up where it left off if reset with settings burned to flash, or simply switch back to default if changed in ram and not burned and then reset.

Definition at line 109 of file TunableConfigs.h.

Referenced by initTunableAddresses().

unsigned short SmallTables2::perCylinderFuelTrims[ECT_CHANNELS]

Trims for injection, from 0% to 200% of base.

Definition at line 110 of file TunableConfigs.h.

Referenced by initTunableAddresses().

unsigned char SmallTables2::filler[SMALL_TABLES_2_FILLER_SIZE]

Padding data.

Definition at line 111 of file TunableConfigs.h.

Referenced by initTunableAddresses().


The documentation for this struct was generated from the following file: