| Package | Description | 
|---|---|
| org.diirt.support.pva.adapters | |
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| org.diirt.vtype | |
| org.diirt.vtype.json | 
 Support for JSON serialization of vTypes according to the following
 (specification). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListFloat | 
PVFieldToVFloatArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayFloat
Wraps a  
float[] into a ListFloat. | 
| Modifier and Type | Method and Description | 
|---|---|
ListFloat | 
VFloatArray.getData()  | 
ListFloat | 
ValueFormat.parseFloatArray(String source)
Parses the string and returns a float array representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VFloatArray | 
ValueFactory.newVFloatArray(ListFloat data,
              Alarm alarm,
              Time time,
              Display display)
Creates a new VFloatArray. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListFloat | 
JsonArrays.toListFloat(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListFloat. 
 | 
Copyright © 2015. All rights reserved.