org.epics.pvmanager.data
Interface VDoubleArray

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

public interface VDoubleArray
extends Array<java.lang.Double>, Alarm, Time, Display

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

Author:
carcassi

Method Summary
 double[] getArray()
           
 
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, getTimeUserTag
 
Methods inherited from interface org.epics.pvmanager.data.Display
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
 

Method Detail

getArray

double[] getArray()


Copyright © 2010. All Rights Reserved.