public class PVFieldNTMatrixToVDoubleArray extends PVFieldToVDoubleArray
convert, format, lowerAlarmLimit, lowerCtrlLimit, lowerDisplayLimit, lowerWarningLimit, units, upperAlarmLimit, upperCtrlLimit, upperDisplayLimit, upperWarningLimit
alarmSeverity, alarmSeverityMapLUT, alarmStatus, alarmStatusMapLUT, isTimeValid, timeStamp, timeUserTag
Constructor and Description |
---|
PVFieldNTMatrixToVDoubleArray(org.epics.pvdata.pv.PVStructure pvField,
boolean disconnected) |
Modifier and Type | Method and Description |
---|---|
org.epics.util.array.ListInt |
getSizes()
The shape of the multidimensional array.
|
getData, getDimensionDisplay, toString
getDoubleValue, getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
getAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAlarmName, getAlarmSeverity
getTimestamp, getTimeUserTag, isTimeValid
getFormat, getLowerAlarmLimit, getLowerCtrlLimit, getLowerDisplayLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperCtrlLimit, getUpperDisplayLimit, getUpperWarningLimit
public PVFieldNTMatrixToVDoubleArray(org.epics.pvdata.pv.PVStructure pvField, boolean disconnected)
pvField
- disconnected
- public org.epics.util.array.ListInt getSizes()
Array
The 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 Array
getSizes
in class PVFieldToVDoubleArray
Copyright © 2010–2015. All rights reserved.