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

Packages that use VMultiDouble
org.epics.pvmanager.data Support for control system types. 
 

Uses of VMultiDouble in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return VMultiDouble
static VMultiDouble ValueFactory.newVMultiDouble(java.util.List<VDouble> values, AlarmSeverity alarmSeverity, AlarmStatus alarmStatus, TimeStamp timeStamp, java.lang.Integer timeUserTag, java.lang.Double lowerDisplayLimit, java.lang.Double lowerCtrlLimit, java.lang.Double lowerAlarmLimit, java.lang.Double lowerWarningLimit, java.lang.String units, java.text.NumberFormat format, java.lang.Double upperWarningLimit, java.lang.Double upperAlarmLimit, java.lang.Double upperCtrlLimit, java.lang.Double upperDisplayLimit)
          Deprecated.  
static VMultiDouble ValueFactory.newVMultiDouble(java.util.List<VDouble> values, Alarm alarm, Time time, Display display)
          Creates a new VMultiDouble.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VMultiDouble
static DesiredRateExpression<VMultiDouble> ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance, SourceRateExpressionList<VDouble> expressions)
          A synchronized array from the given expression.
static DesiredRateExpression<VMultiDouble> ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance, TimeDuration cacheDepth, SourceRateExpressionList<VDouble> expressions)
          A synchronized array from the given expression.