#include <CANMessage.hpp>

Public Types | |
| enum | NodeStatus { PowerOff, Initialisation, PreOperational, Stopped, Operational } |
| The CANOpen State Diagram of a Device. | |
Public Member Functions | |
| virtual void | process (const CANMessage *msg) |
| This method instructs the CANDeviceInterface instance to process a certain CANMessage. | |
| virtual unsigned int | nodeId () const |
| Returns the node ID of this device. | |
Public Attributes | |
| NodeStatus | status |
| The state of this device. | |
Definition at line 46 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 48 of file CANMessage.hpp.
1.5.8