|
rusEFI
The most advanced open source ECU
|
#include <serial_can.h>


Public Member Functions | |
| CanTsListener () | |
| virtual void | decodeFrame (const CANRxFrame &frame, efitick_t nowNt) |
| bool | get (CanRxMessage &item, int timeout) |
Public Member Functions inherited from CanListener | |
| CanListener (uint32_t id) | |
| CanListener * | processFrame (const size_t busIndex, const CANRxFrame &frame, efitick_t nowNt) |
| uint32_t | getId () |
| void | setNext (CanListener *next) |
| virtual CanListener * | request () |
| bool | hasNext () const |
| virtual bool | acceptFrame (const size_t busIndex, const CANRxFrame &frame) const |
Protected Attributes | |
| fifo_buffer_sync< CanRxMessage, CAN_FIFO_FRAME_SIZE > | rxFifo |
Additional Inherited Members |
Definition at line 14 of file serial_can.h.
|
inline |
Definition at line 16 of file serial_can.h.
|
virtual |
incoming data main entry point
Implements CanListener.
Definition at line 39 of file serial_can.cpp.

|
inlinevirtual |
Implements CanRxMessageSource.
Definition at line 23 of file serial_can.h.
|
protected |
Definition at line 28 of file serial_can.h.
Referenced by decodeFrame(), and get().