org.epics.pvmanager.data
Interface VDoubleArray

All Superinterfaces:
Alarm, Array<java.lang.Double>, Display, Time, VNumberArray, VType

public interface VDoubleArray
extends Array<java.lang.Double>, VNumberArray, VType

Double array with alarm, timestamp, display and control information.

Author:
carcassi

Method Summary
 double[] getArray()
          
 ListDouble getData()
          
 
Methods inherited from interface org.epics.pvmanager.data.Array
getSizes
 
Methods inherited from interface org.epics.pvmanager.data.Alarm
getAlarmSeverity, getAlarmStatus
 
Methods inherited from interface org.epics.pvmanager.data.Time
getTimestamp, getTimeStamp, getTimeUserTag, isTimeValid
 
Methods inherited from interface org.epics.pvmanager.data.Display
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
 

Method Detail

getArray

double[] getArray()

Specified by:
getArray in interface Array<java.lang.Double>
Returns:
the double array

getData

ListDouble getData()

Specified by:
getData in interface VNumberArray
Returns:
the data