| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.vacuum | |
| org.lsst.ccs.subsystem.vacuum.constants | |
| org.lsst.ccs.subsystem.vacuum.data |
| Modifier and Type | Method and Description |
|---|---|
DeviceState |
VacTurboDevice.getDeviceState()
Gets the device state.
|
DeviceState |
VacSimPlutoDevice.getSwitchState(int sw)
Gets the detailed device state of a switch.
|
DeviceState |
VacPlutoDevice.getSwitchState(int sw)
Gets the detailed device state of a switch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VacSimPlutoDevice.setSwitchState(int sw,
DeviceState state) |
| Modifier and Type | Method and Description |
|---|---|
static DeviceState |
DeviceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceState[] |
DeviceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceState |
VacSysState.getDeviceState(int sw) |
| Modifier and Type | Method and Description |
|---|---|
void |
VacSysState.setDeviceState(int sw,
DeviceState state) |
Copyright © 2023 LSST. All rights reserved.