To be added.
| Type | Description |
|---|---|
| DeviceFactory | An abstract factory to create OS-independend devices. |
| DevicePool | A simple class to hold the devices in. |
| IDevice | The superinterface for all devices. The sole purpose for this interface is to offer as much information as possible for the means of using devices. |
| ILocalDevice | An interface for all local device implementations. |
| IRemoteDevice | An interface for all remote device implementation. |
| LinuxDevice | The linux implementation of IDevice |
| LinuxDeviceFactory | To be added. |
| LinuxRemoteDevice | To be added. |
| WindowsDevice | To be added. |
| WindowsDeviceFactory | To be added. |