org.epics.pvmanager.data
Interface VNumberArray

All Superinterfaces:
Alarm, Display, Time, VType
All Known Subinterfaces:
VByteArray, VDoubleArray, VFloatArray, VIntArray, VShortArray

public interface VNumberArray
extends Alarm, Time, Display, VType

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

This class allows to use any numeric array (i.e. VIntArray or VDoubleArray) through the same interface.

Author:
carcassi

Method Summary
 ListNumber getData()
           
 
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

getData

ListNumber getData()