jamod at SF

Package net.wimpi.modbus.procimg

Provides interfaces and classes that provide a coupling between a slave side and a master or device side.

See:
          Description

Interface Summary
DigitalIn Interface defining a digital input.
DigitalOut Interface defining a digital output.
InputRegister Interface defining an input register.
ProcessImage Interface defining a process image in an object oriented manner.
ProcessImageFactory Interface defining the factory methods for the process image and it's elements.
ProcessImageImplementation Interface defining implementation specific details of the ProcessImage, adding mechanisms for creating and modifying the actual "process image".
Register Interface defining a register.
 

Class Summary
AbstractRegister Abstract class for a register.
DefaultProcessImageFactory The default ProcessImageFactory.
ObservableDigitalOut Class implementing an observable digital output.
ObservableRegister Class implementing an observable register.
SimpleDigitalIn Class implementing a simple DigitalIn.
SimpleDigitalOut Class implementing a simple DigitalOut.
SimpleInputRegister Class implementing a simple InputRegister.
SimpleProcessImage Class implementing a simple process image to be able to run unit tests or handle simple cases.
SimpleRegister Class implementing a simple Register.
SynchronizedAbstractRegister Abstract class with synchronized register operations.
 

Exception Summary
IllegalAddressException Class implementing an IllegalAddressException.
 

Package net.wimpi.modbus.procimg Description

Provides interfaces and classes that provide a coupling between a slave side and a master or device side.

Package Specification

Related Documentation

For an overview, information on architecture, guides, and further developer documentation, please see:


jamod at SF

Copyright © 2002-2004 jamod development team.