Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

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 Thu Dec 15 21:22:44 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5