| Interface | Description |
|---|---|
| Cooldown |
An interface indicating that a driver needs certain cool-down phases for
proper operating.
|
| Driver |
A simple interface describing an object that can be used as a device driver.
|
| DriverDepending |
An interface describing the necessety to register a driver object to an
object.
|
| Resettable |
Indicates that a driver is resettable.
|
| StreamIODriver |
A driver that simultaneously provides an input and and output stream.
|
| Switch |
A switch is a more specific implementation of a trigger.
|
| Class | Description |
|---|---|
| AbstractDriver |
An abstract implementation of a
Driver. |
| AbstractSerialDriver |
A base class for any driver that wants to support serial access.
|
| AbstractSimulatingDriver | |
| AbstractSocketDriver |
An abstract driver that is based on a client socket connection.
|
| AbstractSwitch |
An abstract implementation for a switch.
|
| AsciiSocketDriver |
A class that reads and writes ASCII commands to the socket.
|
| DataStreamConvert |
Reads a java binary data stream and converts it into ascii data.
|
| FileListSource |
Allows an array of file to be used as a model source.
|
| FtpUtil | |
| LittleEndianDataInputStream |
Reads a little-endian encoded data file.
|
| LittleEndianDataOutputStream | |
| NameFilter | |
| Parallel | |
| SerialDriver |
A simple serial driver for use in
stella.CalibStaticLockUnit.CalibUnit and
MotorController |
| SerialDriver.Debug |
Reads the properties from a file, open the port and writes a command
to it.
|
| SerialDriver.Scan |
Scans the comunication busses for available ports.
|
| SerialValue |
A class providing access to a RS485-enabled switch.
|
| SerialValue.DewarPressure |
Dewar pressure conversion function.
|
| SerialValue.Test |
Test class.
|
| Exception | Description |
|---|---|
| IORpcException |
This class indicates that a process has thrown an OncRpcException.
|