Commit Graph

4 Commits

Author SHA1 Message Date
Andrey G 1ca5988877 time routines refactor (#4563)
* Extract time helpers from engine_controller_misc to efitime.cpp

* Rename currentTimeMillis() to getTimeNowMs()

We have getTimeNowNt(), getTimeNowUs(), currentTimeMillis() and getTimeNowSeconds()
Align a bit.

find . -type f -name '*.c*' -exec sed -i 's/currentTimeMillis/getTimeNowMs/g' {} \;

* Rename getTimeNowSeconds() to getTimeNowS()

To align with Nt, Us, Ms versions.

* Some comments about getTimeNowLowerNt()
2022-09-11 13:06:03 -04:00
rusefillc f7e3f97928 live data
inactive supersedes conditions
2022-01-02 01:42:11 -05:00
rusefillc b878f2396e live data for wastegate and launch control #3588
PROGRESS!
2021-12-18 11:57:25 -05:00
rusefillc 63e8da7468 live data for wastegate and launch control #3588
legit resources
2021-12-18 09:32:20 -05:00