Uses of Interface
org.epics.pvmanager.data.VIntArray

Packages that use VIntArray
org.epics.pvmanager.data Support for control system types. 
 

Uses of VIntArray in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return VIntArray
static VIntArray ValueFactory.newVIntArray(int[] values, Alarm alarm, Time time, Display display)
           
static VIntArray ValueFactory.newVIntArray(int[] values, Display display)
           
static VIntArray ValueFactory.newVIntArray(int[] values, java.util.List<java.lang.Integer> sizes, Alarm alarm, Time time, Display display)
           
static VIntArray ValueFactory.newVIntArray(ListInt values, Alarm alarm, Time time, Display display)
           
 

Methods in org.epics.pvmanager.data that return types with arguments of type VIntArray
static DesiredRateExpression<VIntArray> ExpressionLanguage.vConst(ListInt values)
          A constant representing an int array.
static ChannelExpression<VIntArray,int[]> ExpressionLanguage.vIntArray(java.lang.String name)
          A channel with the given name of type VIntArray.