|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VInt | |
---|---|
org.epics.pvmanager.data | Support for control system types. |
Uses of VInt in org.epics.pvmanager.data |
---|
Methods in org.epics.pvmanager.data that return VInt | |
---|---|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
VInt oldValue)
Creates new immutable newDbrCtrlInt by using the metadata from the old value. |
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)
Creates new immutable VInt. |
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)
Creates new immutable VInt. |
Methods in org.epics.pvmanager.data that return types with arguments of type VInt | |
---|---|
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. |
Methods in org.epics.pvmanager.data with parameters of type VInt | |
---|---|
static VInt |
ValueFactory.newEInt(Integer value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
VInt oldValue)
Creates new immutable newDbrCtrlInt by using the metadata from the old value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |