public static class DataSource.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Boolean |
enabled
true if the data source is being logged
|
Double |
max
the maximum value of the data source
|
Double |
min
the minimum value of the data source
|
String |
nameDescription
a notes field containg human-readable description
|
String |
nameLabel
a human-readable name
|
Boolean |
standard
true if the data source is enabled by default.
|
String |
units
the units of the value
|
Double |
value
current value of the data source
|
Constructor and Description |
---|
DataSource.Record() |
public String nameLabel
public String nameDescription
public Boolean enabled
public Boolean standard
public String units
public Double min
public Double max
public Double value