|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DeviceState | |
| nl.tudelft.simulation.messaging.devices.components | |
| Uses of DeviceState in nl.tudelft.simulation.messaging.devices.components |
| Fields in nl.tudelft.simulation.messaging.devices.components declared as DeviceState | |
static DeviceState |
DeviceState.IDLE
static state to indicate idle device, in other words ready to use |
static DeviceState |
DeviceState.BUSY
static state to indicate busy device, operation has to wait |
| Methods in nl.tudelft.simulation.messaging.devices.components that return DeviceState | |
DeviceState |
Device.getState()
|
DeviceState |
DeviceInterface.getState()
returns the state of the device |
| Methods in nl.tudelft.simulation.messaging.devices.components with parameters of type DeviceState | |
void |
Device.setState(DeviceState state)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||