org.lsst.ccs.subsystems.fcs.drivers
Class CanOpenNode
java.lang.Object
org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
public class CanOpenNode
- extends Object
- Author:
- virieux
CanOpenNode
public CanOpenNode(String id)
getNodeID
public String getNodeID()
- Returns:
- the nodeID
getType
public String getType()
- Returns:
- the type
getVendorID
public String getVendorID()
- Returns:
- the vendorID
getProductCode
public String getProductCode()
- Returns:
- the productCode
getRevisionNB
public String getRevisionNB()
- Returns:
- the revisionNB
getSerialNB
public String getSerialNB()
- Returns:
- the serialNB
setSerialNB
public void setSerialNB(String serialNB)
- Parameters:
serialNB - the serialNB to set
setNodeInfo
public void setNodeInfo(String type,
String vendor,
String code,
String revision,
String serial)
isADC
public boolean isADC()
isDAC
public boolean isDAC()
isMaxonMotor
public boolean isMaxonMotor()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 LSST. All Rights Reserved.