Class NDProcModelImpl
java.lang.Object
gda.factory.FindableBase
uk.ac.gda.epics.client.views.model.impl.EPICSBaseModel
uk.ac.gda.epics.client.views.model.impl.NDProcModelImpl
- All Implemented Interfaces:
InitializationListener,Findable,org.springframework.beans.factory.InitializingBean,NdProcModel
-
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 TypeMethodDescriptionshortprotected org.slf4j.LoggerintdoubledoublebooleanregisterProcViewController(INDProcViewController viewController) booleanremoveProcViewController(INDProcViewController viewController) voidsetOffset(double offsetValue) Sets the offset value in EPICSvoidsetScale(double scaleValue) 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
-
NDProcModelImpl
public NDProcModelImpl()
-
-
Method Details
-
registerProcViewController
- Specified by:
registerProcViewControllerin interfaceNdProcModel
-
removeProcViewController
- Specified by:
removeProcViewControllerin interfaceNdProcModel
-
getLogger
protected org.slf4j.Logger getLogger()- Specified by:
getLoggerin classEPICSBaseModel
-
getProcScale
- Specified by:
getProcScalein interfaceNdProcModel- Throws:
Exception
-
getNumFiltered
- Specified by:
getNumFilteredin interfaceNdProcModel- Throws:
Exception
-
getProcOffset
- Specified by:
getProcOffsetin interfaceNdProcModel- Throws:
Exception
-
getEnableFlatField
- Specified by:
getEnableFlatFieldin interfaceNdProcModel- Throws:
Exception
-
setOffset
Sets the offset value in EPICS- Specified by:
setOffsetin interfaceNdProcModel- Parameters:
offsetValue-- Throws:
Exception
-
setScale
- Specified by:
setScalein interfaceNdProcModel- Throws:
Exception
-