Class FocalPlaneRebAlarm

java.lang.Object
org.lsst.ccs.monitor.Alarm
org.lsst.ccs.subsystem.focalplane.FocalPlaneRebAlarm
All Implemented Interfaces:
org.lsst.ccs.framework.HasLifecycle

public class FocalPlaneRebAlarm extends org.lsst.ccs.monitor.Alarm
An Alarm class for raising alerts specific to a given Reb.
Author:
The LSST CCS Team
  • Field Summary

    Fields inherited from class org.lsst.ccs.monitor.Alarm

    consecutiveValuesNeededToTriggerDownwardStateTransition, description, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.lsst.ccs.bus.data.Alert
    getAlert(org.lsst.ccs.bus.states.AlertState alertState, org.lsst.ccs.bus.states.AlertState previousAlertState)
     

    Methods inherited from class org.lsst.ccs.monitor.Alarm

    clearState, getName, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.lsst.ccs.framework.HasLifecycle

    postBuild, postInit, postShutdown, postStart, shutdown, start
  • Constructor Details

    • FocalPlaneRebAlarm

      public FocalPlaneRebAlarm()
  • Method Details

    • build

      public void build()
      Specified by:
      build in interface org.lsst.ccs.framework.HasLifecycle
      Overrides:
      build in class org.lsst.ccs.monitor.Alarm
    • getAlert

      public org.lsst.ccs.bus.data.Alert getAlert(org.lsst.ccs.bus.states.AlertState alertState, org.lsst.ccs.bus.states.AlertState previousAlertState)
      Overrides:
      getAlert in class org.lsst.ccs.monitor.Alarm