
@SkipEncoding public class HexState extends Object implements Serializable
| Constructor and Description |
|---|
HexState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMonitorTask(org.lsst.ccs.subsystem.common.data.MonitorTask task) |
void |
clearMonitorTasks() |
org.lsst.ccs.subsystem.common.data.MonitorTask |
getMonitorTask(int num) |
List<org.lsst.ccs.subsystem.common.data.MonitorTask> |
getMonitorTasks() |
int |
getNumMonTasks() |
int |
getTickMillis() |
void |
setTickMillis(int value) |
String |
toString() |
public static final String KEY
public void setTickMillis(int value)
public int getTickMillis()
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 © 2022 LSST. All rights reserved.