public class DataValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
sensorNumber |
float |
sensorValue |
long |
timeStamp |
Constructor and Description |
---|
DataValue(long tStamp,
int sNum,
float sVal)
standard constructor for the DataValue class
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
standard constructor for the DataValue class
|
RH, 2017