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

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

Uses of Time in org.epics.pvmanager.data
 

Subinterfaces of Time 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 VFloatArray
          Float array with alarm, timestamp, display and control information.
 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 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
           
 

Classes in org.epics.pvmanager.data that implement Time
 class IVDoubleArray
           
 class IVIntArray
           
 class IVString
           
 

Methods in org.epics.pvmanager.data that return Time
static Time Util.timeOf(java.lang.Object obj)
          Extracts the time information if present.
 



Copyright © 2011. All Rights Reserved.