org.epics.pvmanager.data
Interface VIntArray

All Superinterfaces:
Alarm, Array<Integer>, Display, Time

public interface VIntArray
extends Array<Integer>, Alarm, Time, Display

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

Author:
carcassi

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

Method Detail

getArray

int[] getArray()
Specified by:
getArray in interface Array<Integer>


Copyright © 2011. All Rights Reserved.