| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| org.lsst.ccs.framework |
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
Subsystem.getStateForPublication()
create a Published state containing a clone of the innerstate
|
| Modifier and Type | Field and Description |
|---|---|
protected PublishedState |
SubSystemStatus.state |
protected PublishedState |
Status.state |
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
StateChangeNotification.getPreviousState() |
PublishedState |
SubSystemStatus.getState() |
PublishedState |
Status.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubSystemStatus.setState(PublishedState state) |
void |
Status.setState(PublishedState state) |
| Constructor and Description |
|---|
AlarmOnStateChange(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
AlarmOnStateChange(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
StateChangeNotification(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
StateChangeNotification(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
SubSystemStatus(PublishedState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setStateModularSubsystem(PublishedState newState)
Deprecated.
|
void |
Module.setStateModularSubsystem(PublishedState newState,
String extraInfo)
Deprecated.
|
Copyright © 2015 LSST. All rights reserved.