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, upperWarningLimit
alarmSeverity, 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, getUpperWarningLimit
getAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlarmName, getAlarmSeverity
getTimestamp, getTimeUserTag, isTimeValid
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
protected 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()
Statistics
getAverage
in interface Statistics
public Double getStdDev()
Statistics
getStdDev
in interface Statistics
public Double getMin()
Statistics
getMin
in interface Statistics
public Double getMax()
Statistics
getMax
in interface Statistics
public Integer getNSamples()
Statistics
getNSamples
in interface Statistics
Copyright © 2010–2015. All rights reserved.