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

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode

public class CanOpenNode
extends java.lang.Object

Author:
virieux

Constructor Summary
CanOpenNode(int id)
           
 
Method Summary
 int getNodeID()
           
 int getProductCode()
           
 int getRevision()
           
 int getType()
           
 int getVendorID()
           
 boolean isADC()
           
 boolean isDAC()
           
 void setNodeInfo(int type, int vendor, int code, int revision)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanOpenNode

public CanOpenNode(int id)
Method Detail

getNodeID

public int getNodeID()
Returns:
the nodeID

getType

public int getType()
Returns:
the type

getVendorID

public int getVendorID()
Returns:
the vendorID

getProductCode

public int getProductCode()
Returns:
the productCode

getRevision

public int getRevision()
Returns:
the revision

setNodeInfo

public void setNodeInfo(int type,
                        int vendor,
                        int code,
                        int revision)

isADC

public boolean isADC()

isDAC

public boolean isDAC()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 LSST. All Rights Reserved.