logs progress
This commit is contained in:
parent
fabb0145d6
commit
3b195635db
|
@ -11,10 +11,10 @@ percent_t deltaTps
|
||||||
|
|
||||||
bit isAboveAccelThreshold;
|
bit isAboveAccelThreshold;
|
||||||
bit isBelowDecelThreshold;
|
bit isBelowDecelThreshold;
|
||||||
bit isTimeToResetAccumulator
|
bit isTimeToResetAccumulator;Accel: reset time
|
||||||
bit isFractionalEnrichment
|
bit isFractionalEnrichment
|
||||||
bit belowEpsilon;
|
bit belowEpsilon;Accel: below threshold
|
||||||
bit tooShort;
|
bit tooShort;Accel: too short
|
||||||
|
|
||||||
float fractionalInjFuel
|
float fractionalInjFuel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue