Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
static VMultiDouble |
ValueFactory.newVMultiDouble(List<VDouble> values,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerCtrlLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat format,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperCtrlLimit,
Double upperDisplayLimit)
Deprecated.
|
static VMultiDouble |
ValueFactory.newVMultiDouble(List<VDouble> values,
Alarm alarm,
Time time,
Display display)
Creates a new VMultiDouble.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(org.epics.util.time.TimeDuration tolerance,
SourceRateExpressionList<VDouble> expressions)
A synchronized array from the given expression.
|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
SourceRateExpressionList<VDouble> expressions)
|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(org.epics.util.time.TimeDuration tolerance,
org.epics.util.time.TimeDuration cacheDepth,
SourceRateExpressionList<VDouble> expressions)
A synchronized array from the given expression.
|
static DesiredRateExpression<VMultiDouble> |
ExpressionLanguage.synchronizedArrayOf(TimeDuration tolerance,
TimeDuration cacheDepth,
SourceRateExpressionList<VDouble> expressions)
|
Copyright © 2012. All Rights Reserved.