| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.utility | |
| org.lsst.ccs.subsystem.utility.constants | |
| org.lsst.ccs.subsystem.utility.data |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilTrunkMain.setValveState(String name,
ValveState state)
Sets a valve state (using its name).
|
void |
PurgeTestMain.setValveState(String name,
ValveState state)
Sets a valve state (using its name).
|
| Modifier and Type | Method and Description |
|---|---|
static ValveState |
ValveState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValveState[] |
ValveState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ValveState |
UtilTrunkState.getValveBaseState(int valve) |
ValveState |
UTTestState.getValveBaseState(int valve) |
ValveState |
PurgeTestState.getValveBaseState(int valve) |
ValveState |
UtilTrunkState.getValveState(int valve) |
ValveState |
UTTestState.getValveState(int valve) |
ValveState |
PurgeTestState.getValveState(int valve) |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilTrunkState.setValveBaseState(int valve,
ValveState state) |
void |
UTTestState.setValveBaseState(int valve,
ValveState state) |
void |
PurgeTestState.setValveBaseState(int valve,
ValveState state) |
void |
UtilTrunkState.setValveState(int valve,
ValveState state) |
void |
UTTestState.setValveState(int valve,
ValveState state) |
void |
PurgeTestState.setValveState(int valve,
ValveState state) |
Copyright © 2022 LSST. All rights reserved.