Package codeskin.can

Codeskin's CAN Package.

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.
 

Package codeskin.can Description

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:

Package Overview

The general interface of CAN drivers is defined in CANDriver, with the following implementations: The 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.

Related Documentation

For further information please see: