Uses of Interface
org.epics.pvmanager.data.VDoubleArray

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, 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)
           
 

Methods in org.epics.pvmanager.data that return types with arguments of type VDoubleArray
static ChannelExpression<VDoubleArray,float[]> ExpressionLanguage.vDoubleArray(String name)
          A channel with the given name of type VDoubleArray.
static SourceRateExpression<VDoubleArray> ExpressionLanguage.vDoubleArrayOf(SourceRateExpression<?> expression)
          Expects a numeric array (VDoubleArray, VFloatArray, VIntArray, VShortArray or VByteArray) and converts it to a VDoubleArray.
 

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<List<VDoubleArray>> function)
           
 



Copyright © 2011. All Rights Reserved.