rusEFI
The most advanced open source ECU
|
Functions | |
static void | onGrabPedal () |
void | grabPedalIsUp () |
void | grabPedalIsWideOpen () |
void | grapTps1PrimaryIsClosed () |
void | grapTps1PrimaryIsOpen () |
float | decodeTpsSentValue (float sentValue) |
void | sentTpsDecode (SentInput sentCh) |
bool | isDigitalTps1 () |
Variables | |
SentTps | sentTps |
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 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().
|
static |
Definition at line 23 of file tps.cpp.
Referenced by grabPedalIsUp(), and grabPedalIsWideOpen().
void sentTpsDecode | ( | SentInput | sentCh | ) |
Definition at line 71 of file tps.cpp.
Referenced by SentDecoderThread().
|
extern |
Definition at line 181 of file init_tps.cpp.
Referenced by deinitTps(), initTps(), and sentTpsDecode().