public enum RaftAlert extends Enum<RaftAlert>
| Enum Constant and Description |
|---|
ASPICS_TEMPERATURE_TOO_HIGH
Alert raised when the ASPICs temperature is too hot.
|
ASPICS_TEMPERATURE_TOO_LOW
Alert raised when the ASPICs temperature is too hot.
|
REB_BOARD_TEMPERATURE_TOO_HIGH
Alert raised when the Reb Board temperature is too hot.
|
REB_BOARD_TEMPERATURE_TOO_LOW
Alert raised when the Reb Board temperature is too low.
|
REB_NOT_CONNECTED
Alert raised when a REB is not connected.
|
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getAlertId() |
String |
getDescription() |
static RaftAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RaftAlert ASPICS_TEMPERATURE_TOO_HIGH
public static final RaftAlert ASPICS_TEMPERATURE_TOO_LOW
public static final RaftAlert REB_BOARD_TEMPERATURE_TOO_HIGH
public static final RaftAlert REB_BOARD_TEMPERATURE_TOO_LOW
public static final RaftAlert REB_NOT_CONNECTED
public static RaftAlert[] values()
for (RaftAlert c : RaftAlert.values()) System.out.println(c);
public static RaftAlert valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlertId()
public String getDescription()
public org.lsst.ccs.bus.data.Alert getAlert()
Copyright © 2018 LSST. All rights reserved.