| Package | Description |
|---|---|
| caoss.simulator.configuration | |
| caoss.simulator.hardware | |
| caoss.simulator.os | |
| caoss.simulator.os.drivers |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<DeviceId,Device> |
Hardware.devices
The computer's set of devices
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceId |
DeviceId.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceId[] |
DeviceId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceDriver |
FSOOS.getDriver(DeviceId deviceId) |
abstract DeviceDriver |
OperatingSystem.getDriver(DeviceId deviceId)
Returns the driver of the device with the given identifier
|
| Constructor and Description |
|---|
DummyDeviceDriver(DeviceId deviceId) |