|
rusEFI
The most advanced open source ECU
|
Definition in file tps.h.
Data Structures | |
| struct | SentTps |
Functions | |
| constexpr int | convertVoltageTo10bitADC (float voltage) |
| void | grabTPSIsClosed () |
| void | grabTPSIsWideOpen () |
| void | grabPedalIsUp () |
| void | grapTps1PrimaryIsClosed () |
| void | grapTps1PrimaryIsOpen () |
| void | grabPedalIsWideOpen () |
| void | sentTpsDecode (SentInput sentCh) |
| float | decodeTpsSentValue (float sentValue) |
| bool | isDigitalTps1 () |
|
inlineconstexpr |
Definition at line 21 of file tps.h.
Referenced by cypressBoardDefaultConfiguration(), EtbImpl< TBase >::doAutocal(), kinetis_boardConfigOverrides(), setDefaultEngineConfiguration(), setPrometheusDefaults(), setSubaru2011(), setSubaruEG33Defaults(), and updateThrottles().

Definition at line 59 of file tps.cpp.
Referenced by sentTpsDecode().


| void grabPedalIsUp | ( | ) |
search for 'maintainConstantValue' to find how this TS magic works
Definition at line 31 of file tps.cpp.
Referenced by handleCommandX14().


| void grabPedalIsWideOpen | ( | ) |
Definition at line 39 of file tps.cpp.
Referenced by handleCommandX14().


| void grabTPSIsClosed | ( | ) |
| void grabTPSIsWideOpen | ( | ) |
| void grapTps1PrimaryIsClosed | ( | ) |
Definition at line 45 of file tps.cpp.
Referenced by handleCommandX14().


| void grapTps1PrimaryIsOpen | ( | ) |
Definition at line 50 of file tps.cpp.
Referenced by handleCommandX14().


| bool isDigitalTps1 | ( | ) |
Definition at line 83 of file tps.cpp.
Referenced by initTps(), and sentTpsDecode().

| void sentTpsDecode | ( | SentInput | sentCh | ) |
Definition at line 71 of file tps.cpp.
Referenced by SentDecoderThread().

