A dummy CANOpen device with node ID 255. More...
#include <CANMessage.hpp>
Public Member Functions | |
virtual void | process (const CANMessage *msg) |
This method instructs the CANDeviceInterface instance to process a certain CANMessage. |
A dummy CANOpen device with node ID 255.
Definition at line 47 of file CANMessage.hpp.
virtual void process | ( | const CANMessage * | msg | ) | [inline, 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. |
Implements CANListenerInterface.
Definition at line 49 of file CANMessage.hpp.