Class AsciiReaderDetector

All Implemented Interfaces:
Detector, Device, Scannable, Configurable, Findable, gda.observable.IObservable, Serializable

public class AsciiReaderDetector extends DetectorBase
Reads an ascii data file written by the AsciiDataWriter class and returns the data there as its own. I hope this is only used for simulations and GUI testing ;)
See Also:
  • Constructor Details

    • AsciiReaderDetector

      public AsciiReaderDetector()
  • Method Details