TranslationMethodsOperations.java

00001 package Sct_SctApi;
00002 
00003 
00012 // But these deal with the SctApi's internal mid numbers...
00013 public interface TranslationMethodsOperations 
00014 {
00015 
00016   // Translation
00017   int findModuleSerial (String sn);
00018   String convertToString (int mid);
00019   int findModule (short mur, short number);
00020   int findModuleRod (int partition, int crate, int rod, int channel);
00021 
00022   //  pair<INT32, INT32> convertToMUR(in unsigned long mid);
00023   int findBarrelModule (int barrel, int row, short number);
00024   void convertToBarrelModule (int mid, org.omg.CORBA.IntHolder barrel, org.omg.CORBA.IntHolder row, org.omg.CORBA.ShortHolder number);
00025   int findEndcapModule (int disk, int ring, int number);
00026   void convertToEndcapModule (int mid, org.omg.CORBA.IntHolder disk, org.omg.CORBA.IntHolder ring, org.omg.CORBA.IntHolder number);
00027 } // interface TranslationMethodsOperations

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