Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353

This commit is contained in:
Andrey 2021-10-30 21:45:37 -04:00
parent f9860c74b3
commit b6fad6ec81
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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