Package | Description |
---|---|
org.epics.pvmanager.integration | |
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Modifier and Type | Field and Description |
---|---|
static VInt |
Constants.const_int_value |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldToVInt |
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.newVInt(Integer value,
Alarm alarm,
Time time,
Display display)
Creates a new VInt.
|
Copyright © 2010–2015. All rights reserved.