Class NDArrayModelImpl
java.lang.Object
gda.factory.FindableBase
uk.ac.gda.epics.client.views.model.impl.EPICSBaseModel
uk.ac.gda.epics.client.views.model.impl.NDArrayModelImpl
- All Implemented Interfaces:
InitializationListener,Findable,org.springframework.beans.factory.InitializingBean,NdArrayModel
-
Field Summary
Fields inherited from class uk.ac.gda.epics.client.views.model.impl.EPICSBaseModel
basePVName, channelMap, EPICS_CONTROLLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]int[]getArrayData(int numberOfElements) byte[]getByteArrayData(int numberOfElements) protected org.slf4j.Loggershort[]short[]getShortArray(int numberOfElements) Methods inherited from class uk.ac.gda.epics.client.views.model.impl.EPICSBaseModel
afterPropertiesSet, createChannel, dispose, getBasePVName, getChannel, initializationCompleted, setBasePVNameMethods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
NDArrayModelImpl
public NDArrayModelImpl()
-
-
Method Details
-
getLogger
protected org.slf4j.Logger getLogger()- Specified by:
getLoggerin classEPICSBaseModel
-
getArrayData
- Specified by:
getArrayDatain interfaceNdArrayModel- Throws:
Exception
-
getArrayData
- Specified by:
getArrayDatain interfaceNdArrayModel- Throws:
Exception
-
getByteArrayData
- Specified by:
getByteArrayDatain interfaceNdArrayModel- Throws:
Exception
-
getShortArray
- Specified by:
getShortArrayin interfaceNdArrayModel- Throws:
Exception
-
getShortArray
- Specified by:
getShortArrayin interfaceNdArrayModel- Throws:
Exception
-