public enum TS7Alerts extends Enum<TS7Alerts>
| Enum Constant and Description |
|---|
COLD_PLATE_TEMPERATURE_TOO_HIGH
Alert raised when the cold plate temperature is too high.
|
COLD_PLATE_TEMPERATURE_TOO_LOW
Alert raised when the cold plate temperature is too low.
|
CRYO_PLATE_TEMPERATURE_TOO_HIGH
Alert raised when the cryo plate temperature is too high.
|
CRYO_PLATE_TEMPERATURE_TOO_LOW
Alert raised when the cryo plate temperature is too low.
|
GENERIC
Generic Alert
|
PRESSURE_TOO_HIGH
Alert raised when the pressure is too high.
|
PRESSURE_TOO_LOW
Alert raised when the pressure is too low.
|
TURBO_PUMP_FAIL
Alert raised if TurboPump status shows pump failure
|
TURBO_PUMP_OVERTEMP
Alert raised if TurboPump temperature is too high
|
TURBO_PUMP_SLOW
Alert raised if TurboPump status changes from Normal to another
non-failure state
|
UPS_DISCONNECTED
Alert raised when UPS becomes disconnected
|
UPS_ON_BATTERY
Alert raised when UPS goes onto battery.
|
VACUUM_VALVE_SHUT_OFF
Alert raised when the vacuum valve is shut off.
|
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getAlertId() |
String |
getDescription() |
static TS7Alerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TS7Alerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TS7Alerts CRYO_PLATE_TEMPERATURE_TOO_HIGH
public static final TS7Alerts CRYO_PLATE_TEMPERATURE_TOO_LOW
public static final TS7Alerts COLD_PLATE_TEMPERATURE_TOO_HIGH
public static final TS7Alerts COLD_PLATE_TEMPERATURE_TOO_LOW
public static final TS7Alerts PRESSURE_TOO_LOW
public static final TS7Alerts PRESSURE_TOO_HIGH
public static final TS7Alerts VACUUM_VALVE_SHUT_OFF
public static final TS7Alerts UPS_ON_BATTERY
public static final TS7Alerts UPS_DISCONNECTED
public static final TS7Alerts TURBO_PUMP_FAIL
public static final TS7Alerts TURBO_PUMP_SLOW
public static final TS7Alerts TURBO_PUMP_OVERTEMP
public static final TS7Alerts GENERIC
public static TS7Alerts[] values()
for (TS7Alerts c : TS7Alerts.values()) System.out.println(c);
public static TS7Alerts 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 © 2019 LSST. All rights reserved.