
public class CanOpenNode extends Object
| Constructor and Description |
|---|
CanOpenNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeID() |
String |
getProductCode() |
String |
getRevisionNB() |
String |
getSerialNB() |
String |
getType() |
String |
getVendorID() |
boolean |
isADC() |
boolean |
isDAC() |
boolean |
isIdentified() |
boolean |
isMaxonMotor() |
void |
setNodeInfo(String type,
String vendor,
String code,
String revision,
String serial) |
void |
setSerialNB(String serialNB) |
String |
toString() |
protected static final Logger fcslog
public CanOpenNode(String id)
public String getNodeID()
public String getType()
public String getVendorID()
public String getProductCode()
public String getRevisionNB()
public String getSerialNB()
public void setSerialNB(String serialNB)
serialNB - the serialNB to setpublic boolean isIdentified()
public void setNodeInfo(String type, String vendor, String code, String revision, String serial)
public boolean isADC()
public boolean isDAC()
public boolean isMaxonMotor()
Copyright © 2015 LSST. All rights reserved.