rusEFI
The most advanced open source ECU
|
Functions | |
void | obdSendPacket (int mode, int PID, int numBytes, uint32_t iValue, size_t busIndex) |
void | obdWriteSupportedPids (int PID, int bitOffset, const int16_t *supportedPids, size_t busIndex) |
void | obdOnCanPacketRx (const CANRxFrame &rx, size_t busIndex) |
void | handleGetDataRequest (const CANRxFrame &rx, size_t busIndex) |
void handleGetDataRequest | ( | const CANRxFrame & | rx, |
size_t | busIndex | ||
) |
Definition at line 106 of file obd2.cpp.
Referenced by obdOnCanPacketRx().
void obdOnCanPacketRx | ( | const CANRxFrame & | rx, |
size_t | busIndex | ||
) |
Definition at line 210 of file obd2.cpp.
Referenced by processCanRxMessage().
void obdSendPacket | ( | int | mode, |
int | PID, | ||
int | numBytes, | ||
uint32_t | iValue, | ||
size_t | busIndex | ||
) |
Definition at line 62 of file obd2.cpp.
Referenced by handleGetDataRequest(), obdSendValue(), and obdWriteSupportedPids().
void obdWriteSupportedPids | ( | int | PID, |
int | bitOffset, | ||
const int16_t * | supportedPids, | ||
size_t | busIndex | ||
) |
Definition at line 92 of file obd2.cpp.
Referenced by handleGetDataRequest().