| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Alert |
RaisedAlertHistory.getLatestAlert()
Get the original Alert that was raised.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert)
Add a new instance of this Alert.
|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
long timestamp)
Add a new instance of this Alert.
|
| Modifier and Type | Method and Description |
|---|---|
protected Alert |
StatusRaisedAlert.encodeObject(Alert obj) |
Alert |
StatusRaisedAlert.getRaisedAlert()
Get the RaisedAlert contained in this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected Alert |
StatusRaisedAlert.encodeObject(Alert obj) |
| Constructor and Description |
|---|
StatusRaisedAlert(Alert alert,
StateBundle state) |
StatusRaisedAlert(Alert alert,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusAlert from the provided RaisedAlert.
|
Copyright © 2015 LSST. All rights reserved.