00001 package Sct_SctApi; 00002 00003 00011 public interface DebugOptionsJustCrateOperations 00012 { 00013 String[] listEnabledDebugOptions (); 00014 void standardRegisterDumpRod (int rod); 00015 00016 // These are used only by SctApiGUI 00017 void testLinkOutSelect (int rod, int link); 00018 int testLinkOutRetrieve (int rod); 00019 int getRodSlot (int rod); 00020 boolean isRODPresent (int rod); 00021 } // interface DebugOptionsJustCrateOperations