| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger
Subsystem.
|
| org.lsst.ccs.subsystems.fcs.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| Modifier and Type | Method and Description |
|---|---|
static FcsEnumerations.FcsAlert |
FcsEnumerations.FcsAlert.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcsEnumerations.FcsAlert[] |
FcsEnumerations.FcsAlert.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ControlledBySensors.checkSensors(FcsEnumerations.FcsAlert fcsAlert,
String myName)
Reads sensors and compute state and check is if sensors are in error or not.
|
default void |
AlertRaiser.clearAlarm(FcsEnumerations.FcsAlert fcsAlert,
String deviceName)
Clear Alarm
|
default void |
AlertRaiser.raiseAlarm(FcsEnumerations.FcsAlert fcsAlert,
String cause)
Raises an ALARM with a FcsAlert and a cause.
|
default void |
AlertRaiser.raiseAlarm(FcsEnumerations.FcsAlert fcsAlert,
String cause,
Exception ex)
Raises an ALARM with a FcsAlert, a cause and an Exception.
|
default void |
AlertRaiser.raiseAlarm(FcsEnumerations.FcsAlert fcsAlert,
String cause,
String deviceName)
Raises an ALARM with a FcsAlert, a cause and a deviceName.
|
default void |
AlertRaiser.raiseAlarm(FcsEnumerations.FcsAlert fcsAlert,
String cause,
String deviceName,
Exception ex)
Raises an ALARM with a FcsAlert, a cause, a deviceName and an Exception
|
default void |
AlertRaiser.raiseWarning(FcsEnumerations.FcsAlert fcsAlert,
String cause)
Raises a WARNING with an fcsAlert and a cause.
|
default void |
AlertRaiser.raiseWarning(FcsEnumerations.FcsAlert fcsAlert,
String cause,
String deviceName)
Raises an WARNING with a FcsAlert, a cause and a deviceName.
|
default void |
AlertRaiser.raiseWarning(FcsEnumerations.FcsAlert fcsAlert,
String cause,
String deviceName,
Exception ex)
Raises an WARNING with a FcsAlert, a cause, a deviceName and an exception
|
Copyright © 2017 LSST. All rights reserved.