Uses of Class
org.lsst.ccs.subsystems.fcs.errors.HardwareConfigurationError

Packages that use HardwareConfigurationError
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.errors This packages is for the specific exceptions used in FCS. 
 

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

Methods in org.lsst.ccs.subsystems.fcs.drivers that throw HardwareConfigurationError
 boolean CanOpenProxy.checkCanOpenNodeConfiguration(PieceOfHardware pieceOfHardware)
          When the hardware is booted and we have retrieve the information, we want to check for each piece of hardware that the node ID stored in the Configuration data base is the same than the node ID which is stored on the hardware with a switch : so we compare the serial number found on the can open bus for the piece of hardware node id with the serial number of the harwdare configuration.
 boolean CanOpenProxy.checkCanOpenNodes()
           
 

Uses of HardwareConfigurationError in org.lsst.ccs.subsystems.fcs.errors
 

Subclasses of HardwareConfigurationError in org.lsst.ccs.subsystems.fcs.errors
 class NodeIDMismatchException
          This exception is thrown when the detected node ID of a piece of hardware identified by its serial number doesn't match the node ID that is in the configuration DB.
 



Copyright © 2013 LSST. All Rights Reserved.