| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| 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.
|
| org.lsst.ccs.framework |
| Modifier and Type | Method and Description |
|---|---|
void |
Subsystem.raiseAlert(Alert alert,
AlertState severity)
Deprecated.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
long timestamp)
Deprecated.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
long timestamp,
String cause)
Raise an Alert with a given severity at a given CCS timestamp.
|
void |
Subsystem.raiseAlert(Alert alert,
AlertState severity,
String cause)
Raise an Alert with a given AlertState.
|
| Modifier and Type | Method and Description |
|---|---|
Alert |
RaisedAlertHistory.getLatestAlert()
Get the original Alert that was raised.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert)
Add a new instance of this Alert.
|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
long timestamp,
String cause)
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,
StateBundle state) |
StatusRaisedAlert(Alert alert,
String cause,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusAlert from the provided RaisedAlert.
|
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
ClearAlertHandler.canClearAlert(Alert alert)
Callback to clear an
Alert instance. |
Copyright © 2016 LSST. All rights reserved.