Class EpicsHdf5Advanced
java.lang.Object
gda.factory.ConfigurableBase
gda.px.detector.eiger.odin.impl.epics.EpicsHdf5Advanced
- All Implemented Interfaces:
Configurable,Hdf5Advanced
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.intintintintintvoidsetAcquisitionId(String acquisitionId) voidsetChunkDepth(int depth) voidsetChunkHeight(int height) voidsetChunkWidth(int width) voidsetDataType(int dataType) voidsetImageHeight(int height) voidsetImageWidth(int width) Methods inherited from class gda.factory.ConfigurableBase
isConfigureAtStartup, isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
isConfigureAtStartup, isConfigured, reconfigure
-
Constructor Details
-
EpicsHdf5Advanced
-
-
Method Details
-
configure
Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classConfigurableBase- Throws:
FactoryException- if there is an error in configuration e.g. required variable not set or cannot connect to device
-
setAcquisitionId
- Specified by:
setAcquisitionIdin interfaceHdf5Advanced- Throws:
DeviceException
-
setDataType
- Specified by:
setDataTypein interfaceHdf5Advanced- Throws:
DeviceException
-
setImageHeight
- Specified by:
setImageHeightin interfaceHdf5Advanced- Throws:
DeviceException
-
setImageWidth
- Specified by:
setImageWidthin interfaceHdf5Advanced- Throws:
DeviceException
-
setChunkHeight
- Specified by:
setChunkHeightin interfaceHdf5Advanced- Throws:
DeviceException
-
setChunkWidth
- Specified by:
setChunkWidthin interfaceHdf5Advanced- Throws:
DeviceException
-
setChunkDepth
- Specified by:
setChunkDepthin interfaceHdf5Advanced- Throws:
DeviceException
-
getImageHeight
- Specified by:
getImageHeightin interfaceHdf5Advanced- Throws:
DeviceException
-
getImageWidth
- Specified by:
getImageWidthin interfaceHdf5Advanced- Throws:
DeviceException
-
getChunkDepth
- Specified by:
getChunkDepthin interfaceHdf5Advanced- Throws:
DeviceException
-
getChunkHeight
- Specified by:
getChunkHeightin interfaceHdf5Advanced- Throws:
DeviceException
-
getChunkWidth
- Specified by:
getChunkWidthin interfaceHdf5Advanced- Throws:
DeviceException
-