TestTranslation.cxx

00001 #define USELIBRARY
00002 
00003 #include <iostream>
00004 using namespace std;
00005 
00006 #include "../TApi.h"
00007 
00008 int main () {
00009   cout << "Create new TApi\n";
00010 
00011   TApi *tapi = new TApi();
00012 
00013   cout << "Module 1 in MUR 1 is: " << tapi->findModule(1, 1) << endl;
00014 
00015   cout << "Delete TApi\n";
00016   delete tapi;
00017 
00018   return 0;  
00019 }

Generated on Mon Feb 6 14:01:35 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6