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 Mon Feb 6 14:12:11 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6