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 getScanCorba ();
00018 
00020   void setScanCorba (Sct_SctApi.Scan scan);
00021 
00023   boolean configureModulesCorba ();
00024 
00026   boolean clockByTwoCorba ();
00027 
00029   void setClockByTwoCorba (boolean value);
00030 
00032   boolean isRawCorba ();
00033 
00035   int delayCorba ();
00036 
00038   void setWidthCorba (int value);
00039 
00041   int widthCorba ();
00042 } // interface ScanRequestOperations

Generated on Thu Feb 3 17:42:22 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5