public class DataSignal extends DataEntry
Unisens
specification:Constructor and Description |
---|
DataSignal(double[] data,
DataDescription description)
Creates a new
DataSignal . |
Modifier and Type | Method and Description |
---|---|
double[] |
getDataValue()
Returns the data values of the
DataSignal . |
getDescription, setDescription
public DataSignal(double[] data, DataDescription description)
DataSignal
.data
- the available values for all channels of this sample.descriptionId
- a reference to the DataDescription
object.public double[] getDataValue()
DataSignal
. Multiple channels are
stored in the given double-array.DataSignal
.