| Package | Description |
|---|---|
| org.lsst.ccs.bus.alerts | |
| 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 |
InfrastructureAlert.getAlert() |
Alert |
DeviceAlerts.newAlert(String name) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
AgentAlerts.getAlert() |
Alert |
AgentAlerts.getAlert(Map<String,Object> alertData) |
Alert |
RaisedAlertHistory.getHighestAlert()
Get the highest state Alert raised for this Alert,
i.e.
|
Alert |
RaisedAlertHistory.getLatestAlert()
Get the original Alert that was raised.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause,
int count)
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,
String cause,
RaisedAlertSummary raisedAlertSummary)
Build a StatusAlert from the provided RaisedAlert.
|
Copyright © 2024 LSST. All rights reserved.