org.lsst.ccs.subsystem.refrig
Class RefrigTestHdw.ChannelHdw

java.lang.Object
  extended by org.lsst.ccs.framework.ConfigurableComponent
      extended by org.lsst.ccs.subsystem.refrig.RefrigTest.Channel
          extended by org.lsst.ccs.subsystem.refrig.RefrigTestHdw.ChannelHdw
All Implemented Interfaces:
org.lsst.ccs.framework.Configurable
Enclosing class:
RefrigTestHdw

public static class RefrigTestHdw.ChannelHdw
extends RefrigTest.Channel

Inner container class for channel hardware data.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable
org.lsst.ccs.framework.Configurable.Environment
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.ConfigurableComponent
environment
 
Constructor Summary
RefrigTestHdw.ChannelHdw(String desc, String units, String loCheck, double limitLo, double deadbandLo, String hiCheck, double limitHi, double deadbandHi, String type, String subtype, int chan, int alarm, double offset, double scale)
          Constructor
 
Method Summary
 
Methods inherited from class org.lsst.ccs.subsystem.refrig.RefrigTest.Channel
setLimitHi, setLimitLo
 
Methods inherited from class org.lsst.ccs.framework.ConfigurableComponent
alias, change, getEnvironment, getName, getParent, setEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefrigTestHdw.ChannelHdw

public RefrigTestHdw.ChannelHdw(String desc,
                                String units,
                                String loCheck,
                                double limitLo,
                                double deadbandLo,
                                String hiCheck,
                                double limitHi,
                                double deadbandHi,
                                String type,
                                String subtype,
                                int chan,
                                int alarm,
                                double offset,
                                double scale)
Constructor



Copyright © 2013 LSST. All Rights Reserved.