custom-board-bundle-sample-.../firmware/controllers/algo/tps_accel_state.txt

24 lines
401 B
Plaintext
Raw Normal View History

struct_no_prefix tps_accel_state_s
percent_t tpsFrom;
percent_t tpsTo;
percent_t deltaTps;
floatms_t extraFuel;
float valueFromTable = 0;
bit isAboveAccelThreshold;
bit isBelowDecelThreshold;
! /**
! * Used for Fractional TPS enrichment.
! */
floatms_t accumulatedValue;
floatms_t maxExtraPerCycle;
floatms_t maxExtraPerPeriod;
floatms_t maxInjectedPerPeriod;
cycleCnt = 0;
end_struct