|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VDouble | |
---|---|
org.epics.pvmanager.data | Support for control system types. |
org.epics.pvmanager.sim | Provides a data source implementation for simulated data. |
Uses of VDouble in org.epics.pvmanager.data |
---|
Methods in org.epics.pvmanager.data that return VDouble | |
---|---|
static VDouble |
ValueFactory.newVDouble(java.lang.Double value,
AlarmSeverity alarmSeverity,
java.util.Set<java.lang.String> alarmStatus,
java.lang.Integer timeUserTag,
TimeStamp timeStamp,
VDouble oldValue)
Creates new immutable new VDouble by using the metadata from the old value. |
static VDouble |
ValueFactory.newVDouble(java.lang.Double value,
AlarmSeverity alarmSeverity,
java.util.Set<java.lang.String> alarmStatus,
java.util.List<java.lang.String> possibleAlarms,
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 new immutable VDouble. |
Methods in org.epics.pvmanager.data that return types with arguments of type VDouble | |
---|---|
static DesiredRateExpression<VDouble> |
ExpressionLanguage.averageOf(SourceRateExpression<VDouble> doublePv)
Aggregates the sample at the scan rate and takes the average. |
static SourceRateExpression<VDouble> |
ExpressionLanguage.vDouble(java.lang.String name)
A channel with the given name of type VDouble. |
static java.util.List<SourceRateExpression<VDouble>> |
ExpressionLanguage.vDoubles(java.util.List<java.lang.String> names)
A list of channels with the given names, all of type VDouble. |
Methods in org.epics.pvmanager.data with parameters of type VDouble | |
---|---|
static VDouble |
ValueFactory.newVDouble(java.lang.Double value,
AlarmSeverity alarmSeverity,
java.util.Set<java.lang.String> alarmStatus,
java.lang.Integer timeUserTag,
TimeStamp timeStamp,
VDouble oldValue)
Creates new immutable new VDouble by using the metadata from the old value. |
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
AlarmSeverity alarmSeverity,
java.util.Set<java.lang.String> alarmStatus,
java.lang.Integer timeUserTag,
TimeStamp timeStamp,
VDouble aValue)
Creates a new VStatistics by taking the metadata from a VDouble. |
Method parameters in org.epics.pvmanager.data with type arguments of type VDouble | |
---|---|
static DesiredRateExpression<VDouble> |
ExpressionLanguage.averageOf(SourceRateExpression<VDouble> doublePv)
Aggregates the sample at the scan rate and takes the average. |
static VMultiDouble |
ValueFactory.newVMultiDouble(java.util.List<VDouble> values,
AlarmSeverity alarmSeverity,
java.util.Set<java.lang.String> alarmStatus,
java.util.List<java.lang.String> possibleAlarms,
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)
|
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. |
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
java.util.List<SourceRateExpression<VDouble>> expressions)
A synchronized array from the given expression. |
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
TimeDuration cacheDepth,
java.util.List<SourceRateExpression<VDouble>> expressions)
A synchronized array from the given expression. |
Uses of VDouble in org.epics.pvmanager.sim |
---|
Methods in org.epics.pvmanager.sim that return VDouble | |
---|---|
protected VDouble |
SimFunction.newValue(double value,
VDouble oldValue)
Creating new value based on the metadata from the old value. |
Methods in org.epics.pvmanager.sim with parameters of type VDouble | |
---|---|
protected VDouble |
SimFunction.newValue(double value,
VDouble oldValue)
Creating new value based on the metadata from the old value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |