00001 package Sct_SctApi; 00002 00003 00012 // Only useful with stdout, therefore debug only 00013 public interface DebugSTDOUTOperations 00014 { 00015 void printABCDModule (int mid); 00016 void printABCDRodModule (int mid, Sct_SctApi.BankType bank); 00017 void decodeEvent (int partition, int crate, int rod, short sl, short index, boolean extFlag, boolean errorType); 00018 } // interface DebugSTDOUTOperations