Package gda.device.memory
Class Vvhist
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.device.DeviceBase
gda.device.memory.Gdhist
gda.device.memory.Vvhist
- All Implemented Interfaces:
Device,Memory,Configurable,Findable,gda.observable.IObservable
A memory class for the VME Generic data acquisition histogramming memory card implemented using DA.Server
-
Field Summary
Fields inherited from class gda.device.memory.Gdhist
daServer, handle, height, host, localEndian, openCommand, password, remoteEndian, startupScript, totalFrames, user, widthFields inherited from class gda.device.DeviceBase
DEFAULT_PROTECTION_LEVEL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gda.device.memory.Gdhist
clear, clear, close, configure, ensureOpen, getAttribute, getDaServer, getDaServerName, getDimension, getHeight, getMemorySize, getOpenCommand, getSizeCommand, getStartupScript, getSupportedDimensions, getWidth, output, read, read, readFloat, readFloat, reconfigure, sendAndParse, setAttribute, setDaServer, setDaServerName, setDimension, setFail, setHeight, setOpenCommand, setSizeCommand, setStartupScript, setSupportedDimensions, setWidth, start, stop, write, writeMethods inherited from class gda.device.DeviceBase
addIObserver, deleteIObserver, deleteIObservers, getName, getProtectionLevel, isBeingObserved, isConfigureAtStartup, notifyIObservers, setConfigureAtStartup, setName, setProtectionLevelMethods inherited from class gda.factory.ConfigurableBase
isConfigured, 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, isConfiguredMethods inherited from interface gda.device.Device
getProtectionLevel, setProtectionLevelMethods inherited from interface gda.observable.IObservable
addIObserver, deleteIObserver, deleteIObservers
-
Constructor Details
-
Vvhist
public Vvhist()
-
-
Method Details
-
open
- Overrides:
openin classGdhist- Throws:
DeviceException
-
clear
Description copied from interface:MemoryClear the complete memory system.- Specified by:
clearin interfaceMemory- Overrides:
clearin classGdhist- Throws:
DeviceException
-