| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| Modifier and Type | Method and Description |
|---|---|
CommandState |
Subsystem.State.getCommandProcessing() |
static CommandState |
CommandState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandState[] |
CommandState.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.