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

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

public class CanOpenNode
extends Object

Author:
virieux

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

Constructor Detail

CanOpenNode

public CanOpenNode(String id)
Method Detail

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.