
@SkipEncoding public class RefrigState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
static int |
MAX_COLD_COMPRESSORS |
static int |
MAX_CRYO_COMPRESSORS |
| Constructor and Description |
|---|
RefrigState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColdState(CompState state) |
void |
addCryoState(CompState state) |
void |
addMonitorTask(org.lsst.ccs.subsystem.common.data.MonitorTask task) |
void |
clearCompStates() |
void |
clearMonitorTasks() |
CompState |
getColdState(int num) |
List<CompState> |
getColdStates() |
CompState |
getCryoState(int num) |
List<CompState> |
getCryoStates() |
org.lsst.ccs.subsystem.common.data.MonitorTask |
getMonitorTask(int num) |
List<org.lsst.ccs.subsystem.common.data.MonitorTask> |
getMonitorTasks() |
int |
getNumColdComps() |
int |
getNumCryoComps() |
int |
getNumMonTasks() |
int |
getTickMillis() |
void |
setNumColdComps(int value) |
void |
setNumCryoComps(int value) |
void |
setNumMonTasks(int value) |
void |
setTickMillis(int value) |
String |
toString() |
public static final String KEY
public static final int MAX_COLD_COMPRESSORS
public static final int MAX_CRYO_COMPRESSORS
public void setTickMillis(int value)
public int getTickMillis()
public void setNumColdComps(int value)
public int getNumColdComps()
public void setNumCryoComps(int value)
public int getNumCryoComps()
public void addColdState(CompState state)
public CompState getColdState(int num)
public void addCryoState(CompState state)
public CompState getCryoState(int num)
public void clearCompStates()
public void setNumMonTasks(int value)
public int getNumMonTasks()
public void addMonitorTask(org.lsst.ccs.subsystem.common.data.MonitorTask task)
public List<org.lsst.ccs.subsystem.common.data.MonitorTask> getMonitorTasks()
public org.lsst.ccs.subsystem.common.data.MonitorTask getMonitorTask(int num)
public void clearMonitorTasks()
Copyright © 2021 LSST. All rights reserved.