Uses of Class
org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode

Packages that use CanOpenNode
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 CanOpenNode in org.lsst.ccs.subsystems.fcs.drivers
 

Methods in org.lsst.ccs.subsystems.fcs.drivers that return CanOpenNode
 CanOpenNode CanOpenProxy.getDetectedNodeForSerialNumber(String aSerialNB)
          This method returns the can open detected on the can open network for a piece of hardware identified by its serial number.
 

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

Constructors in org.lsst.ccs.subsystems.fcs.errors with parameters of type CanOpenNode
NodeIDMismatchException(CanOpenNode aNode, PieceOfHardware aPieceOfHardware)
          Constructs an instance of NodeIDMismatchException with the specified detail message.
NodeIDMismatchException(String msg, CanOpenNode aNode, PieceOfHardware aPieceOfHardware)
           
 



Copyright © 2013 LSST. All Rights Reserved.