| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Field and Description |
|---|---|
protected PublishedState |
Status.state |
protected PublishedState |
SubSystemStatus.state |
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
StateChangeNotification.getPreviousState() |
PublishedState |
Status.getState() |
PublishedState |
SubSystemStatus.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setState(PublishedState state) |
void |
SubSystemStatus.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) |
Status(PublishedState state) |
SubSystemStatus(PublishedState state) |
Copyright © 2014 LSST. All rights reserved.