Package gda.device


package gda.device
org.gda.tango gda.device in is a set of code for talking to Tango devices

gda.device.TangoDevice - interface which matches the methods used from the Tango class DeviceProxy gda.device.TangoDeviceProxy - delegates to a TangoDevice implemenation. has helpers functions for that translates from Tango classes to Java native classes. gda.device.impl.TangoDeviceImpl - real implementation that talks to DeviceProxy gda.device.impl.DummyTangoDeviceImpl - dummy implementation that handles its own database for attribute values gda.device.impl.TangoDeviceLogger - implementation that delegates to another implementation and logs all calls gda.device.impl.TangoDeviceLogger - implementation that delegates to another implementation and logs all calls gda.device.base.Base - interface for a base class that has methods that all tango device support. gda.device.base.impl.BaseImpl - implemenation that uses TangoDeviceProxy. Provides access to TangoDeviceProxy for derived classes gda.device.lima.LimaCCD - interface for Lima devices gda.device.lima.impl.LimaCCDImpl - extends BaseImplfor access to TangoDeviceproxy and implements Lima gda.device.lima.impl.DummyLimaTangoDevice - extends DummyTangoDeviceImpl and makes use LimaCCD to make the combined object respond to correctly to StartAcq command and getStatus. Will create image files from a supplied set by copying to destination. To make use of DummyLimaTangoDevice simply create it and use in construction of the LimaCCDImpl.