| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.pathfinder.constants | |
| org.lsst.ccs.subsystem.pathfinder.data |
| Modifier and Type | Method and Description |
|---|---|
static FanState |
FanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FanState[] |
FanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FanState |
UtilTrunkState.getFanBaseState(int fan) |
FanState |
VacSysState.getFanBaseState(int fan) |
FanState |
UtilTrunkState.getFanState(int fan) |
FanState |
VacSysState.getFanState(int fan) |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilTrunkState.setFanBaseState(int fan,
FanState state) |
void |
VacSysState.setFanBaseState(int fan,
FanState state) |
void |
UtilTrunkState.setFanState(int fan,
FanState state) |
void |
VacSysState.setFanState(int fan,
FanState state) |
Copyright © 2021 LSST. All rights reserved.