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

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

Uses of VNumberArray in org.epics.pvmanager.data
 

Subinterfaces of VNumberArray in org.epics.pvmanager.data
 interface VByteArray
          Byte array with alarm, timestamp, display and control information.
 interface VDoubleArray
          Double array with alarm, timestamp, display and control information.
 interface VFloatArray
          Float array with alarm, timestamp, display and control information.
 interface VIntArray
          Int array with alarm, timestamp, display and control information.
 interface VShortArray
          Short array with alarm, timestamp, display and control information.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VNumberArray
static ChannelExpression<VNumberArray,ListNumber> ExpressionLanguage.vNumberArray(java.lang.String name)
          A channel with the given name of type VNumberArray.