Package | Description |
---|---|
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldToVStatistics |
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VStatistics> |
ExpressionLanguage.statisticsOf(SourceRateExpression<VDouble> doublePv)
Aggregates the sample at the scan rate and calculates statistical information.
|
static DesiredRateExpressionList<VStatistics> |
ExpressionLanguage.statisticsOf(SourceRateExpressionList<VDouble> doubleExpressions)
Applies
ExpressionLanguage.statisticsOf(org.epics.pvmanager.expression.SourceRateExpression) to all
arguments. |
Modifier and Type | Method and Description |
---|---|
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
Alarm alarm,
Time time,
Display display)
Creates a new VStatistics.
|
Copyright © 2010–2015. All rights reserved.