org.lsst.ccs.subsystems.fcs.singlefiltertest
Class SftAutoChangerModule

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.BasicAutoChangerModule
              extended by org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
All Implemented Interfaces:
java.io.Serializable, java.util.Observer, AutoChanger

public class SftAutoChangerModule
extends BasicAutoChangerModule

This class is for the Single Filter Test autochanger. The autochanger in Single Filter Test has no flip rail and no online clamp.

Author:
virieux
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module
org.lsst.ccs.framework.Module.ValueUpdate
 
Field Summary
 
Fields inherited from class org.lsst.ccs.subsystems.fcs.BasicAutoChangerModule
publishedByAutoChangerOutputName
 
Fields inherited from class org.lsst.ccs.framework.Module
log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SftAutoChangerModule()
           
 
Method Summary
 java.lang.String closeFliprail()
           
 java.lang.String closeOnlineClamp()
           
 java.lang.String openFliprail()
           
 java.lang.String openOnlineClamp()
           
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.BasicAutoChangerModule
getFilterOnline, getFilterOnlineName, getFilterOnTrucks, getFilterOnTrucksName, getMotor, getStandbyLatch, getStatusData, getTrucksPosition, getTrucksPositionAtStandby, getTrucksPositionOnline, getTrucksPositionSwapout, goToPosition, grabbeFilterAtStandby, initModule, initPublishedData, isEmpty, isMoving, locateTrucks, lockLatchStandby, moveFilterToOnline, moveFilterToStandby, processUpdate, setEmpty, setFilterOnTrucks, setMotor, setStandbyLatch, setTrucksPositionAtStandby, setTrucksPositionOnline, setTrucksPositionSwapout, stop, toString, unGrabbeFilterAtStandby, unlockLatchStandby, updatePublishedDataAndNotifyObservers
 
Methods inherited from class org.lsst.ccs.framework.Module
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, start, tick, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SftAutoChangerModule

public SftAutoChangerModule()
Method Detail

openFliprail

public java.lang.String openFliprail()
                              throws org.lsst.ccs.bus.ErrorInCommandExecutionException,
                                     org.lsst.ccs.bus.BadCommandException
Specified by:
openFliprail in class BasicAutoChangerModule
Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException
org.lsst.ccs.bus.BadCommandException

closeFliprail

public java.lang.String closeFliprail()
                               throws org.lsst.ccs.bus.ErrorInCommandExecutionException
Specified by:
closeFliprail in class BasicAutoChangerModule
Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException

openOnlineClamp

public java.lang.String openOnlineClamp()
                                 throws org.lsst.ccs.bus.ErrorInCommandExecutionException
Specified by:
openOnlineClamp in class BasicAutoChangerModule
Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException

closeOnlineClamp

public java.lang.String closeOnlineClamp()
                                  throws org.lsst.ccs.bus.ErrorInCommandExecutionException
Specified by:
closeOnlineClamp in class BasicAutoChangerModule
Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException


Copyright © 2011 LSST. All Rights Reserved.