#include <CANDeviceInterface.hpp>

Public Member Functions | |
| virtual void | process (const CANMessage *msg)=0 |
| This method instructs the CANDeviceInterface instance to process a certain CANMessage. | |
It is protocol independent.
Definition at line 40 of file CANDeviceInterface.hpp.
| virtual void process | ( | const CANMessage * | msg | ) | [pure virtual] |
This method instructs the CANDeviceInterface instance to process a certain CANMessage.
You are not the owner of msg.
| msg | The message to be processed by this instance. |
Implemented in CANDummyDevice, CANPieController, CANRequest, NodeGuard, and PCANController.
Referenced by CANOpenBus::write().
1.5.8