Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
Display display)
Creates a new VDoubleArray.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
List<Integer> sizes,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
List<Integer> sizes,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
static VDoubleArray |
ValueFactory.newVDoubleArray(org.epics.util.array.ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray.
|
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,float[]> |
ExpressionLanguage.vDoubleArray(String name)
A channel with the given name of type VDoubleArray.
|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Deprecated.
|
static SourceRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(SourceRateExpression<?> expression)
Deprecated.
|
Copyright © 2012. All Rights Reserved.