rusEFI
The most advanced open source ECU
|
Definition in file status_loop.h.
Functions | |
void | updateDevConsoleState () |
Sends all pending data to rusEfi console. | |
void | startStatusThreads () |
void | printOverallStatus () |
void printOverallStatus | ( | ) |
we report the version every second - this way the console does not need to request it and we will display it pretty soon
Definition at line 145 of file status_loop.cpp.
Referenced by handleGetText().
void startStatusThreads | ( | ) |
Definition at line 768 of file status_loop.cpp.
Referenced by commonEarlyInit().
void updateDevConsoleState | ( | ) |
Sends all pending data to rusEfi console.
This method is periodically invoked by the main loop todo: is this mostly dead code?
Definition at line 183 of file status_loop.cpp.
Referenced by runMainLoop().