| 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.
|
| org.lsst.ccs.bus.states |
| Modifier and Type | Method and Description |
|---|---|
AlertState |
RaisedAlertSummary.getAlertState()
Get the overall AlertState for this RaisedAlarm summary object .
|
AlertState |
RaisedAlertInstance.getAlertState()
The AlertState at which the RaisedAlertInstance was raised.
|
AlertState |
RaisedAlertHistory.getHighestAlertState()
Get the highest AlertState raised for this Alert.
|
AlertState |
RaisedAlertHistory.getLatestAlertState()
Get the latest AlertState of this Alert.
|
| 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.
|
void |
RaisedAlertHistory.setHighestSeverit(AlertState highestSeverity) |
| Modifier and Type | Method and Description |
|---|---|
AlertState |
StatusRaisedAlert.getAlertState()
Get the overall AlertState for this Agent.
|
AlertState |
StatusRaisedAlert.getRaisedAlertState()
Get the AlertState with which this Alert was raised.
|
| Modifier and Type | Method and Description |
|---|---|
static AlertState |
AlertState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertState[] |
AlertState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 LSST. All rights reserved.