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

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

Uses of VType in org.epics.pvmanager.data
 

Subinterfaces of VType in org.epics.pvmanager.data
 interface VByteArray
          Byte array with alarm, timestamp, display and control information.
 interface VDouble
          Scalar double with alarm, timestamp, display and control information.
 interface VDoubleArray
          Double array with alarm, timestamp, display and control information.
 interface VEnum
          Scalar enum with alarm and timestamp.
 interface VEnumArray
           
 interface VExtendedAlarm
          Extended alarm information.
 interface VFloatArray
          Float array with alarm, timestamp, display and control information.
 interface VImage
          Represent a buffered image.
 interface VInt
          Scalar integer with alarm, timestamp, display and control information.
 interface VIntArray
          Int array with alarm, timestamp, display and control information.
 interface VMultiDouble
          Multi channel array of VDouble.
 interface VMultiEnum
           
 interface VMultiInt
           
 interface VMultiString
           
 interface VNumberArray
          Numeric array with alarm, timestamp, display and control information.
 interface VShortArray
          Short array with alarm, timestamp, display and control information.
 interface VStatistics
          Statistics for double with alarm, timestamp and display information.
 interface VString
          Scalar string with alarm and timestamp.
 interface VStringArray
           
 interface VTable
          A table.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VType
static ChannelExpression<VType,java.lang.Object> ExpressionLanguage.vType(java.lang.String name)
          A channel with the given name that returns any of the value type.