| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Constructor and Description |
|---|
RaisedAlertSummary(RaisedAlertSummary other)
Copy constructor for sending over the buses.
|
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertSummary |
StatusAlert.getRaisedAlertSummary() |
| Constructor and Description |
|---|
StatusClearedAlert(String[] clearAlertIds,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusClearAlert from the provided String array and the
RaisedAlertSummary of the subsystem. |
StatusRaisedAlert(Alert alert,
String cause,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusAlert from the provided RaisedAlert.
|
Copyright © 2017 LSST. All rights reserved.