|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VDoubleArray | |
---|---|
org.epics.pvmanager.data | Support for control system types. |
org.epics.pvmanager.extra |
Uses of VDoubleArray in org.epics.pvmanager.data |
---|
Methods in org.epics.pvmanager.data that return VDoubleArray | |
---|---|
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,
java.util.List<java.lang.Integer> sizes,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
java.lang.Integer timeUserTag,
java.lang.Double lowerDisplayLimit,
java.lang.Double lowerAlarmLimit,
java.lang.Double lowerWarningLimit,
java.lang.String units,
java.text.NumberFormat numberFormat,
java.lang.Double upperWarningLimit,
java.lang.Double upperAlarmLimit,
java.lang.Double upperDisplayLimit,
java.lang.Double lowerCtrlLimit,
java.lang.Double upperCtrlLimit)
Deprecated. |
static VDoubleArray |
ValueFactory.newVDoubleArray(double[] values,
java.util.List<java.lang.Integer> sizes,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray. |
static VDoubleArray |
ValueFactory.newVDoubleArray(ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDoubleArray. |
Methods in org.epics.pvmanager.data that return types with arguments of type VDoubleArray | |
---|---|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vConst(double... values)
A constant representing a double array. |
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vConst(ListDouble values)
A constant representing a double array. |
static ChannelExpression<VDoubleArray,float[]> |
ExpressionLanguage.vDoubleArray(java.lang.String name)
A channel with the given name of type VDoubleArray. |
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Transforms a list of numeric scalar into a double array. |
static SourceRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(SourceRateExpression<?> expression)
Deprecated. use ExpressionLanguage.vNumberArray(java.lang.String) |
Uses of VDoubleArray in org.epics.pvmanager.extra |
---|
Method parameters in org.epics.pvmanager.extra with type arguments of type VDoubleArray | |
---|---|
static WaterfallPlot |
ExpressionLanguage.waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
Aggregates the sample at the scan rate and takes the average. |
Constructor parameters in org.epics.pvmanager.extra with type arguments of type VDoubleArray | |
---|---|
DoubleArrayTimeCacheFromVDoubleArray(Function<java.util.List<VDoubleArray>> function)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |