org.lsst.ccs.subsystems.fcs.common
Interface FlipRail

All Known Implementing Classes:
FlipRailModule

public interface FlipRail


Method Summary
 String close()
          when flip rail is closed it is aligned with auto changer rails.
 FlipRailState getState()
           
 void goHome()
           
 String open()
          when the flip rail opens it goes out carousel way ();
 

Method Detail

getState

FlipRailState getState()

close

String close()
             throws org.lsst.ccs.bus.ErrorInCommandExecutionException
when flip rail is closed it is aligned with auto changer rails.

Returns:
TODO
Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException

open

String open()
            throws org.lsst.ccs.bus.ErrorInCommandExecutionException,
                   org.lsst.ccs.bus.BadCommandException
when the flip rail opens it goes out carousel way ();

Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException
org.lsst.ccs.bus.BadCommandException

goHome

void goHome()


Copyright © 2013 LSST. All Rights Reserved.