Uses of Class
org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor

Packages that use SftTruckMotor
org.lsst.ccs.subsystems.fcs.drivers This package is for the software which communicates with the drivers of the real hardware. 
org.lsst.ccs.subsystems.fcs.simulation This package is for the simulators of the Filter Exchanger hardware. 
org.lsst.ccs.subsystems.fcs.singlefiltertest This package is for the Single Filter Test control software. 
 

Uses of SftTruckMotor in org.lsst.ccs.subsystems.fcs.drivers
 

Subclasses of SftTruckMotor in org.lsst.ccs.subsystems.fcs.drivers
 class CanOpenTruckMotor
          This represents the motor that moves an autochanger truck along its rail.
 

Uses of SftTruckMotor in org.lsst.ccs.subsystems.fcs.simulation
 

Subclasses of SftTruckMotor in org.lsst.ccs.subsystems.fcs.simulation
 class SimuTruckMotorModule
          To simulate a motor which moves a truck in the autochanger.
 

Uses of SftTruckMotor in org.lsst.ccs.subsystems.fcs.singlefiltertest
 

Fields in org.lsst.ccs.subsystems.fcs.singlefiltertest declared as SftTruckMotor
protected  SftTruckMotor SftAutoChangerModule.sftTrucksMotor
           
 

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest that return SftTruckMotor
 SftTruckMotor SftAutoChangerModule.getSftTrucksMotor()
           
 

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest with parameters of type SftTruckMotor
 void SftAutoChangerModule.setSftTrucksMotor(SftTruckMotor sftTrucksMotor)
           
 



Copyright © 2013 LSST. All Rights Reserved.