org.lsst.ccs.subsystems.fcs.drivers
Class CanOpenNode
java.lang.Object
org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
public class CanOpenNode
- extends java.lang.Object
- Author:
- virieux
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CanOpenNode
public CanOpenNode(int id)
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.