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

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

Uses of VStatistics in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return VStatistics
static VStatistics ValueFactory.newVStatistics(double average, double stdDev, double min, double max, int nSamples, AlarmSeverity alarmSeverity, AlarmStatus alarmStatus, java.lang.Integer timeUserTag, TimeStamp timeStamp, VDouble aValue)
          Creates a new VStatistics by taking the metadata from a VDouble.
static VStatistics ValueFactory.newVStatistics(double average, double stdDev, double min, double max, int nSamples, 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)
          Creates a new immutable VStatistics.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VStatistics
static java.util.List<DesiredRateExpression<VStatistics>> ExpressionLanguage.statisticsOf(java.util.List<SourceRateExpression<VDouble>> doubleExpressions)
          Applies ExpressionLanguage.statisticsOf(org.epics.pvmanager.SourceRateExpression) to all arguments.
static DesiredRateExpression<VStatistics> ExpressionLanguage.statisticsOf(SourceRateExpression<VDouble> doublePv)
          Aggregates the sample at the scan rate and calculates statistical information.
 



Copyright © 2011. All Rights Reserved.