See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| IllegalAddressException |
Class implementing an IllegalAddressException.
|
Copyright © 2017. All rights reserved.