public class PDOStorage extends Object implements Serializable
| Constructor and Description |
|---|
PDOStorage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getVarValue(int nodeID,
int inputNB)
Returns the value stored for a CANopen device identified by its nodeID
and for an input number on this CANopen device.
|
void |
setVar_suffixe(String var_suffixe) |
void |
setVarValue(int nodeID,
int inputNB,
int varValue)
For the simulation ONLY.
|
String |
toString() |
void |
updatePDOs(String pdoLine)
update the PDO storage in reading a PDO line response.
|
public void setVar_suffixe(String var_suffixe)
public void updatePDOs(String pdoLine)
pdoLine - something like : "ADC1_1=10,ADC1_2=F53B, ...."public int getVarValue(int nodeID,
int inputNB)
nodeID - inputNB - public void setVarValue(int nodeID,
int inputNB,
int varValue)
nodeID - inputNB - varValue - Copyright © 2017 LSST. All rights reserved.