Uses of Interface
org.lsst.ccs.subsystems.shutter.interfaces.MovementHistory

Packages that use MovementHistory
org.lsst.ccs.subsystems.shutter.common   
org.lsst.ccs.subsystems.shutter.driver   
org.lsst.ccs.subsystems.shutter.interfaces   
org.lsst.ccs.subsystems.shutter.simulator   
org.lsst.ccs.subsystems.shutter.status   
 

Uses of MovementHistory in org.lsst.ccs.subsystems.shutter.common
 

Classes in org.lsst.ccs.subsystems.shutter.common that implement MovementHistory
 class MovementHistoryImpl
          Class containing the data produced by a move
 

Uses of MovementHistory in org.lsst.ccs.subsystems.shutter.driver
 

Methods in org.lsst.ccs.subsystems.shutter.driver that return MovementHistory
 MovementHistory BladeSetDrvr.moveH(int type, float dist, float time, float mvFract, int nSamp)
          Performs a move, recording both Hall switch transitions and periodic encoder values
 MovementHistory BladeSetDrvr.moveP(int type, float dist, float time, float mvFract, int nSamp)
          Performs a move, sampling the position periodically
 

Methods in org.lsst.ccs.subsystems.shutter.driver with parameters of type MovementHistory
 void TestBladeSet.movementHistoryFinalized(MovementHistory mh)
          Receives the final movement history data
 void TestBladeSet.movementHistoryUpdated(MovementHistory mh)
          Receives the updated movement history data
 

Uses of MovementHistory in org.lsst.ccs.subsystems.shutter.interfaces
 

Methods in org.lsst.ccs.subsystems.shutter.interfaces with parameters of type MovementHistory
 void MovementHistoryListener.movementHistoryFinalized(MovementHistory mh)
           
 void MovementHistoryListener.movementHistoryUpdated(MovementHistory mh)
           
 

Uses of MovementHistory in org.lsst.ccs.subsystems.shutter.simulator
 

Methods in org.lsst.ccs.subsystems.shutter.simulator that return MovementHistory
 MovementHistory BladeSetSimulator.getMovementHistory()
           
 

Uses of MovementHistory in org.lsst.ccs.subsystems.shutter.status
 

Methods in org.lsst.ccs.subsystems.shutter.status that return MovementHistory
 MovementHistory MovementStatus.getHistory()
           
 

Constructors in org.lsst.ccs.subsystems.shutter.status with parameters of type MovementHistory
MovementStatus(int index, boolean movementComplete, MovementHistory history)
           
 



Copyright © 2012 LSST. All Rights Reserved.