
public static class Subsystem.State extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
State()
when created an initial state is:
mode = ENGINEERING_OK (when commands will be available they will operate in Engineering mode ...
|
| Modifier and Type | Method and Description |
|---|---|
Subsystem.State |
clone() |
boolean |
equals(Object o) |
AlarmState |
getAlarmState() |
CommandState |
getCommandProcessing() |
Mode |
getMode() |
Phase |
getPhase()
(duplication of getProcessingState ..
|
Phase |
getProcessingState() |
String |
getStateExtraInfo()
gets additional comments that may be published with the overall state
|
int |
hashCode() |
String |
toString() |
public State()
public Phase getProcessingState()
Phasepublic Mode getMode()
Modepublic AlarmState getAlarmState()
AlarmStatepublic Phase getPhase()
Phasepublic CommandState getCommandProcessing()
CommandStatepublic String getStateExtraInfo()
public Subsystem.State clone()
Copyright © 2015 LSST. All rights reserved.