| Package | Description |
|---|---|
| org.epics.pvmanager.pva.adapters | |
| org.epics.pvmanager.vtype |
Support for control system types.
|
| org.epics.vtype |
| Modifier and Type | Class and Description |
|---|---|
class |
PVFieldNTMatrixToVDoubleArray |
class |
PVFieldToVDoubleArray |
| Modifier and Type | Method and Description |
|---|---|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vConst(double... values)
A constant representing a double array.
|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vConst(org.epics.util.array.ListDouble values)
A constant representing a double array.
|
static ChannelExpression<VDoubleArray,org.epics.util.array.ArrayDouble> |
ExpressionLanguage.vDoubleArray(String name)
A channel with the given name of type VDoubleArray.
|
| Modifier and Type | Method and Description |
|---|---|
static VDoubleArray |
ValueFactory.newVDoubleArray(org.epics.util.array.ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
Copyright © 2010–2015. All rights reserved.