DirectRODAccessOperations.java

00001 package Sct_SctApi;
00002 
00003 
00012 // Direct ROD access (Debug only):
00013 public interface DirectRODAccessOperations 
00014 {
00015 
00016   /***************** Direct ROD access (Debug only) ********************/
00017   short dspBlockDump (int rod, int dspStart, int numWords, int dspNumber);
00018   int[] dspBlockRead (int rod, int dspStart, int numWords, int dspNumber);
00019   short dspBlockWrite (int rod, int[] buffer, int dspAddress, int dspNumber);
00020   int dspSingleRead (int rod, int dspAddr, int dspNumber);
00021   void dspSingleWrite (int rod, int dspAddr, int val, int dspNumber);
00022   int[] readSlaveDsp (int rod, short s, int add, int words);
00023 
00024   //                                      in long regNumber);
00025   void printBOCSetup (int rod);
00026   sctConf.ABCDModule getABCDModuleRaw (int rod, int slot, Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException;
00027 } // interface DirectRODAccessOperations

Generated on Mon Feb 6 14:12:10 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6