| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.power.constants | |
| org.lsst.ccs.subsystem.power.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 |
QuadBoxState.getSwitchState(int swId) |
SwitchState |
PathFinderQuadBoxState.getSwitchState(int swId) |
SwitchState |
ComCamQuadBoxState.getSwitchState(int swId) |
SwitchState |
QuadBoxState.getSwitchState(int devNum,
int swNum) |
SwitchState |
PathFinderQuadBoxState.getSwitchState(int devNum,
int swNum) |
SwitchState |
ComCamQuadBoxState.getSwitchState(int devNum,
int swNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuadBoxState.setSwitchState(int devNum,
int swNum,
SwitchState st) |
void |
PathFinderQuadBoxState.setSwitchState(int devNum,
int swNum,
SwitchState st) |
void |
ComCamQuadBoxState.setSwitchState(int devNum,
int swNum,
SwitchState st) |
void |
QuadBoxState.setSwitchState(int swId,
SwitchState st) |
void |
PathFinderQuadBoxState.setSwitchState(int swId,
SwitchState st) |
void |
ComCamQuadBoxState.setSwitchState(int swId,
SwitchState st) |
Copyright © 2024 LSST. All rights reserved.