Uses of Interface
org.lsst.ccs.subsystems.fcs.common.BridgeToHardware

Packages that use BridgeToHardware
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. 
org.lsst.ccs.subsystems.fcs.testbench This package is for the test bench installed at APC with a PC104 and two Can Open Devices : an ADC and a DAC. 
 

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

Classes in org.lsst.ccs.subsystems.fcs.drivers that implement BridgeToHardware
 class BridgeToCanOpenHardware
          This class set gathers the description of the real hardware and the tools (methods) to give access to this hardware.
 

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

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement BridgeToHardware
 class SimuBridgeToCanOpenHardware
           
 

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

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest that return BridgeToHardware
 BridgeToHardware SftMainModule.getBridge()
           
 

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest with parameters of type BridgeToHardware
 void SftMainModule.setBridge(BridgeToHardware bridge)
           
 

Uses of BridgeToHardware in org.lsst.ccs.subsystems.fcs.testbench
 

Classes in org.lsst.ccs.subsystems.fcs.testbench that implement BridgeToHardware
 class BridgeForAPCTestBench
          This is the bridge to the can open hardware in the APC testbench.
 

Methods in org.lsst.ccs.subsystems.fcs.testbench that return BridgeToHardware
 BridgeToHardware APCTestBenchMainModule.getBridge()
           
 BridgeToHardware LPNHETestBenchMainModule.getBridge()
           
 

Methods in org.lsst.ccs.subsystems.fcs.testbench with parameters of type BridgeToHardware
 void APCTestBenchMainModule.setBridge(BridgeToHardware bridge)
           
 void LPNHETestBenchMainModule.setBridge(BridgeToHardware bridge)
           
 



Copyright © 2013 LSST. All Rights Reserved.