Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
VInt oldValue)
|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
|
static VInt |
ValueFactory.newVInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VInt |
ValueFactory.newVInt(Integer value,
Alarm alarm,
Time time,
Display display)
Creates a new VInt.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VInt> |
ExpressionLanguage.vConst(int value)
A constant representing an int.
|
static ChannelExpression<VInt,Integer> |
ExpressionLanguage.vInt(String name)
A channel with the given name of type VInt.
|
static DesiredRateExpressionList<VInt> |
ExpressionLanguage.vIntConstants(List<Integer> values)
A list of constant expressions of type VDouble.
|
Modifier and Type | Method and Description |
---|---|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
VInt oldValue)
|
Copyright © 2012. All Rights Reserved.