Uses of Package
org.epics.pvmanager.data

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

Classes in org.epics.pvmanager.data used by org.epics.pvmanager.data
Alarm
          Alarm information.
AlarmSeverity
          Severity of an alarm.
AlarmStatus
          Source of the alarm.
Array
          Multi dimensional array, which can be used for waveforms or more rich data.
Display
          Limit and unit information needed for display and control.
DisplayBuilder
          Allows to build a Display object which can then be re-used to generate values with the same metadata.
Enum
          Metadata for enumerations.
Metadata
          Annotation to flag which fields are considered part of the metadata.
MultiScalar
          Multi channel array.
Scalar
          Basic type definition for all scalar types.
Statistics
          Basic type for statistical information of numeric types.
Time
          Time information.
ValueFormat
          Formats a data type to a String representation.
VByteArray
          Byte array with alarm, timestamp, display and control information.
VDouble
          Scalar double with alarm, timestamp, display and control information.
VDoubleArray
          Double array with alarm, timestamp, display and control information.
VEnum
          Scalar enum with alarm and timestamp.
VExtendedAlarm.Condition
          A single alarm condition that can be on or off.
VFloatArray
          Float array with alarm, timestamp, display and control information.
VImage
          Represent a buffered image.
VInt
          Scalar integer with alarm, timestamp, display and control information.
VIntArray
          Int array with alarm, timestamp, display and control information.
VMultiDouble
          Multi channel array of VDouble.
VNumber
          Scalar number with alarm, timestamp, display and control information.
VNumberArray
          Numeric array with alarm, timestamp, display and control information.
VShortArray
          Short array with alarm, timestamp, display and control information.
VStatistics
          Statistics for double with alarm, timestamp and display information.
VString
          Scalar string with alarm and timestamp.
VStringArray
           
VTable
          A table.
VTableColumn
          An expression to build a column for an aggregated vTable.
VType
          Tag interface to mark all the members of the value classes.
 

Classes in org.epics.pvmanager.data used by org.epics.pvmanager.extra
Display
          Limit and unit information needed for display and control.
VDouble
          Scalar double with alarm, timestamp, display and control information.
VDoubleArray
          Double array with alarm, timestamp, display and control information.