| 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.setFanState(String name,
FanState state)
Sets a fan state (using its name).
|
void |
PurgeTestMain.setFanState(String name,
FanState state)
Sets a fan state (using its name).
|
| 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 |
UTTestState.getFanBaseState(int fan) |
FanState |
PurgeTestState.getFanBaseState(int fan) |
FanState |
UtilTrunkState.getFanState(int fan) |
FanState |
UTTestState.getFanState(int fan) |
FanState |
PurgeTestState.getFanState(int fan) |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilTrunkState.setFanBaseState(int fan,
FanState state) |
void |
UTTestState.setFanBaseState(int fan,
FanState state) |
void |
PurgeTestState.setFanBaseState(int fan,
FanState state) |
void |
UtilTrunkState.setFanState(int fan,
FanState state) |
void |
UTTestState.setFanState(int fan,
FanState state) |
void |
PurgeTestState.setFanState(int fan,
FanState state) |
Copyright © 2023 LSST. All rights reserved.