|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CANCallBack | Callback for CAN messages. |
| CANDriver | Interface for CAN Driver implementations. |
| Class Summary | |
|---|---|
| CANHardwareConfigurator | Configures and opens port from configuration string. |
| CANMessage | Class for storing CAN messages. |
| CANMessageBuffer | Simple ring-buffer for CAN Messages. |
| CANSimDriver | Driver for simulating CAN communications. |
| CANStatusRecord | Class for storing and retrieving the status of a CAN controller. |
| CANTest | GUI for testing implementations of CANDrivers. |
| JKvaser | Kvaser driver. |
| JLawicel | Driver for CAN USB. |
| JLawicelNative | |
| JVector | Vector CAN driver. |
| Enum Summary | |
|---|---|
| CANStatusRecord.Status | Controller error status. |
Codeskin's CAN Package. Copyright 2005-2009 by Beat J. Arnet, codeskin.com. Made available as open source under the GNU Lesser General Public License. This package provides support for the following CAN hardware:
CANDriver,
with the following implementations:
JKvaser - for Kvaser hardware
JLawicel - for Lawicel hardware
CANSimDriver - simulated CAN bus
CANMessage class CANMessageBuffer are used
for storing messages. Applications can be notified of incoming CAN messages by
registering an implementation of CANCallBack with the CAN driver.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||