public class PVFieldNTMatrixToVDoubleArray extends PVFieldToVDoubleArray
convert, format, lowerAlarmLimit, lowerCtrlLimit, lowerDisplayLimit, lowerWarningLimit, units, upperAlarmLimit, upperCtrlLimit, upperDisplayLimit, upperWarningLimitalarmSeverity, alarmSeverityMapLUT, alarmStatus, alarmStatusMapLUT, isTimeValid, timeStamp, timeUserTag| Constructor and Description |
|---|
PVFieldNTMatrixToVDoubleArray(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected) |
| Modifier and Type | Method and Description |
|---|---|
ListInt |
getSizes()
The shape of the multidimensional array.
|
getData, getDimensionDisplay, toStringgetDoubleValue, getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitgetAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlarmName, getAlarmSeveritygetTimestamp, getTimeUserTag, isTimeValidgetFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimitpublic PVFieldNTMatrixToVDoubleArray(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected)
pvField - disconnected - public ListInt getSizes()
ArrayThe size of the returned list will be the number of the dimension of the array. Each number represents the size of each dimension. The total number of elements in the array is therefore the product of all the numbers in the list returned.
getSizes in interface ArraygetSizes in class PVFieldToVDoubleArrayCopyright © 2015. All rights reserved.