| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.utility.constants | |
| org.lsst.ccs.subsystem.utility.data |
| Modifier and Type | Method and Description |
|---|---|
static SwitchState |
SwitchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwitchState[] |
SwitchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchState |
PurgeTestState.getSwitchBaseState(int sw) |
SwitchState |
UTTestState.getSwitchBaseState(int sw) |
SwitchState |
PurgeTestState.getSwitchState(int sw) |
SwitchState |
MpmSysState.getSwitchState(int sw) |
SwitchState |
UTTestState.getSwitchState(int sw) |
| Modifier and Type | Method and Description |
|---|---|
void |
PurgeTestState.setSwitchBaseState(int sw,
SwitchState state) |
void |
UTTestState.setSwitchBaseState(int sw,
SwitchState state) |
void |
PurgeTestState.setSwitchState(int sw,
SwitchState state) |
void |
MpmSysState.setSwitchState(int sw,
SwitchState state) |
void |
UTTestState.setSwitchState(int sw,
SwitchState state) |
Copyright © 2024 LSST. All rights reserved.