Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ScanRequestOperations.java

00001 package Sct_CalibrationController;
00002 
00003 
00013 public interface ScanRequestOperations 
00014 {
00015 
00017   Sct_SctApi.Scan getScan ();
00018 
00020   void setScan (Sct_SctApi.Scan scan);
00021 
00023   boolean configureModules ();
00024 
00026   boolean clockByTwo ();
00027 
00029   void setClockByTwo (boolean value);
00030 
00032   boolean isRaw ();
00033 
00035   int delay ();
00036 
00038   void setWidth (int value);
00039 
00041   int width ();
00042 } // interface ScanRequestOperations

Generated on Thu Jul 15 09:55:48 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5