| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.refrig.data |
| Modifier and Type | Class and Description |
|---|---|
class |
ColdCompState
Contains the state of a cold compressor.
|
class |
CryoCompState
Contains the state of a cryo compressor.
|
| Modifier and Type | Method and Description |
|---|---|
CompState |
RefrigState.getColdState(int num) |
CompState |
RefrigState.getCryoState(int num) |
| Modifier and Type | Method and Description |
|---|---|
List<CompState> |
RefrigState.getColdStates() |
List<CompState> |
RefrigState.getCryoStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefrigState.addColdState(CompState state) |
void |
RefrigState.addCryoState(CompState state) |
Copyright © 2023 LSST. All rights reserved.