Package | Description |
---|---|
org.epics.pvmanager.pva.adapters | |
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Modifier and Type | Class and Description |
---|---|
class |
PVFieldNTHistogramToVIntArray |
class |
PVFieldToVIntArray |
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VIntArray> |
ExpressionLanguage.vConst(int... values)
A constant representing an int array.
|
static DesiredRateExpression<VIntArray> |
ExpressionLanguage.vConst(org.epics.util.array.ListInt values)
A constant representing an int array.
|
static ChannelExpression<VIntArray,org.epics.util.array.ArrayInt> |
ExpressionLanguage.vIntArray(String name)
A channel with the given name of type VIntArray.
|
Modifier and Type | Method and Description |
---|---|
static VIntArray |
ValueFactory.newVIntArray(org.epics.util.array.ListInt values,
Alarm alarm,
Time time,
Display display)
Creates a new VIntArray.
|
Copyright © 2010–2015. All rights reserved.