00001 package Sct_SctApi;
00002
00003
00012
00013 public interface DirectRODAccessOperations
00014 {
00015
00016
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
00025 void printBOCSetup (int rod);
00026 sctConf.ABCDModule getABCDModuleRaw (int rod, int slot, Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException;
00027 }