public class PVFieldToVStatistics extends AlarmTimeDisplayExtractor implements VStatistics
| Modifier and Type | Field and Description |
|---|---|
protected Double |
average |
protected Double |
max |
protected Double |
min |
protected Integer |
n |
protected Double |
stdDev |
convert, format, lowerAlarmLimit, lowerCtrlLimit, lowerDisplayLimit, lowerWarningLimit, units, upperAlarmLimit, upperCtrlLimit, upperDisplayLimit, upperWarningLimitalarmSeverity, alarmSeverityMapLUT, alarmStatus, alarmStatusMapLUT, isTimeValid, timeStamp, timeUserTag| Constructor and Description |
|---|
PVFieldToVStatistics(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverage()
The average.
|
Double |
getMax()
The maximum value.
|
Double |
getMin()
The minimum value.
|
Integer |
getNSamples()
The number of samples.
|
Double |
getStdDev()
The standard deviation.
|
getDoubleValue, getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitgetAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlarmName, getAlarmSeveritygetTimestamp, getTimeUserTag, isTimeValidgetFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitprotected final Double average
protected final Double stdDev
protected final Double min
protected final Double max
protected final Integer n
public PVFieldToVStatistics(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected)
pvField - disconnected - public Double getAverage()
StatisticsgetAverage in interface Statisticspublic Double getStdDev()
StatisticsgetStdDev in interface Statisticspublic Double getMin()
StatisticsgetMin in interface Statisticspublic Double getMax()
StatisticsgetMax in interface Statisticspublic Integer getNSamples()
StatisticsgetNSamples in interface StatisticsCopyright © 2015. All rights reserved.