![]() |
Speeduino
|
The statuses struct and related defines. More...

Go to the source code of this file.
Classes | |
| struct | statuses |
| The status struct with current values for all 'live' variables. More... | |
| struct | statuses::engine_protect_flags_t |
| Engine protection status fields. More... | |
| struct | statuses::scheduler_cut_t |
| Fuel and ignition scheduler cut state. More... | |
Typedefs | |
| using | byte = uint8_t |
Enumerations | |
| enum class | SchedulerCutStatus : uint8_t { None , Rolling , Full } |
| The current status of scheduler channel cuts. More... | |
Functions | |
| void | setRpm (statuses &status, uint16_t rpm) |
| Set the RPM field, keeping RPMDiv100 in sync. | |
The statuses struct and related defines.
|
strong |