| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| Modifier and Type | Method and Description |
|---|---|
Phase |
Subsystem.State.getPhase()
(duplication of getProcessingState ..
|
Phase |
Subsystem.State.getProcessingState() |
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Subsystem.State |
Subsystem.createState(Phase phase,
Mode mode,
CommandState activity,
AlarmState alarm)
this is for testing purposes only (when in need to compare states)
|
Copyright © 2015 LSST. All rights reserved.