| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.refrig.constants | |
| org.lsst.ccs.subsystem.refrig.data |
| Modifier and Type | Method and Description |
|---|---|
static LatchState |
LatchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatchState[] |
LatchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LatchState |
PcpSysState.getLatch(int latch) |
LatchState |
ChillerPlcState.getLatch(int latch) |
LatchState |
CompState.getLatchState(int latch) |
| Modifier and Type | Method and Description |
|---|---|
void |
PcpSysState.setLatch(int latch,
LatchState state) |
void |
ChillerPlcState.setLatch(int latch,
LatchState state) |
void |
CompState.setLatchState(int latch,
LatchState state) |
Copyright © 2024 LSST. All rights reserved.