|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | printCANRxFrame (const size_t busIndex, const CANRxFrame &rx) |
| uint32_t | getFourBytesLsb (const CANRxFrame &frame, int offset) |
| uint16_t | getTwoBytesLsb (const CANRxFrame &frame, int offset) |
| uint16_t | getTwoBytesMsb (const CANRxFrame &frame, int offset) |
| uint32_t getFourBytesLsb | ( | const CANRxFrame & | frame, |
| int | offset | ||
| ) |
Definition at line 143 of file can_rx.cpp.
Referenced by processCanRequestCalibration().

| uint16_t getTwoBytesLsb | ( | const CANRxFrame & | frame, |
| int | offset | ||
| ) |
Definition at line 150 of file can_rx.cpp.
Referenced by getShiftedLSB_intel(), processBMW_e46(), processBMW_e90(), and processCanUserControl().

| uint16_t getTwoBytesMsb | ( | const CANRxFrame & | frame, |
| int | offset | ||
| ) |
Definition at line 154 of file can_rx.cpp.
Referenced by processNissan(), and processNissanSecondVss().

| void printCANRxFrame | ( | const size_t | busIndex, |
| const CANRxFrame & | rx | ||
| ) |
this build-in CAN sniffer is very basic but that's our CAN sniffer
Definition at line 29 of file can_rx.cpp.
Referenced by processCanRxMessage(), IsoTpRx::readTimeout(), and CanStreamerState::receiveFrame().
