public class SensorDataSourceInfo
extends java.lang.Object
Constructor and Description |
---|
SensorDataSourceInfo(java.lang.String name,
IQuantity value,
Unit.IUnit[] units) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this sensor data.
|
IQuantity |
getQuantity()
Returns the class object corresponding to the sensor quantity data type.
|
static void |
getQuantityArray(SensorDataSourceInfo[] data_source,
java.util.ArrayList<IQuantity> quantity_list) |
Unit.IUnit[] |
getQuantityUnits()
Returns an array of IUnit objects describing the units of the sensor
quantity data type.
|
public SensorDataSourceInfo(java.lang.String name, IQuantity value, Unit.IUnit[] units)
public java.lang.String getName()
public IQuantity getQuantity()
public Unit.IUnit[] getQuantityUnits()
public static void getQuantityArray(SensorDataSourceInfo[] data_source, java.util.ArrayList<IQuantity> quantity_list)