32 lines
715 B
Plaintext
32 lines
715 B
Plaintext
struct_no_prefix tps_accel_state_s
|
|
|
|
custom percent_t 4 scalar, F32, @OFFSET@, "", 1, 0, 0, 100, 2
|
|
|
|
percent_t tpsFrom;Fuel: TPS AE from
|
|
percent_t tpsTo;Fuel: TPS AE to
|
|
percent_t deltaTps;Fuel: TPS AE change
|
|
|
|
floatms_t extraFuel;
|
|
float valueFromTable;
|
|
|
|
bit isAboveAccelThreshold;Fuel: TPS AE Active
|
|
bit isBelowDecelThreshold;
|
|
bit isTimeToResetAccumulator;Fuel: TPS AE: reset time
|
|
bit isFractionalEnrichment
|
|
bit belowEpsilon;Fuel: TPS AE: below threshold
|
|
bit tooShort;Fuel: TPS AE: too short
|
|
|
|
float fractionalInjFuel
|
|
|
|
! /**
|
|
! * Used for Fractional TPS enrichment.
|
|
! */
|
|
floatms_t accumulatedValue
|
|
floatms_t maxExtraPerCycle
|
|
floatms_t maxExtraPerPeriod
|
|
floatms_t maxInjectedPerPeriod
|
|
int cycleCnt
|
|
|
|
|
|
end_struct
|