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

DoScanMethodsOperations.java

00001 package Sct_SctApi;
00002 
00003 
00012 // reasonable amount of intelligence.
00013 public interface DoScanMethodsOperations 
00014 {
00015 
00016   // Scans
00017   void doScan (Sct_SctApi.Scan thisScan) throws Sct_SctApi.SctApiException;
00018   void doRawScan (Sct_SctApi.Scan thisScan, int delay, int width, boolean configure, boolean clockByTwo) throws Sct_SctApi.SctApiException;
00019   Sct_SctApi.ScanMonitor startAsyncScan (Sct_SctApi.Scan thisScan) throws Sct_SctApi.SctApiException;
00020   void abortScan ();
00021 
00022   // postcondition: hasFinishedScanning()==true;
00023   boolean hasFinishedScanning ();
00024 } // interface DoScanMethodsOperations

Generated on Thu Dec 15 21:22:36 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5