| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause)
Raise an Alert with a given severity at a given CCS timestamp.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause,
int count)
Raise an Alert with a given severity at a given CCS timestamp.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<RaisedAlertHistory> |
RaisedAlertSummary.raisedAlerts |
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertHistory |
RaisedAlertSummary.getRaisedAlert(String alertId)
Get a RaisedAlert for a given id.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RaisedAlertHistory> |
RaisedAlertSummary.getAllRaisedAlertHistories()
Get the set of raised Alerts.
|
Copyright © 2020 LSST. All rights reserved.