| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.refrig | |
| org.lsst.ccs.subsystem.refrig.data | |
| org.lsst.ccs.subsystem.refrig.ui |
| Modifier and Type | Field and Description |
|---|---|
protected CompState |
Compressor.state |
| Modifier and Type | Method and Description |
|---|---|
CompState |
Compressor.getState()
Gets the compressor state.
|
| Constructor and Description |
|---|
Compressor(CompState state)
Constructor.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompressorSummaryLine.updateControlPanel(CompState rs) |
void |
CompressorControlPanel.updateControlPanel(CompState rs) |
Copyright © 2023 LSST. All rights reserved.