Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

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 Fri Dec 16 19:38:24 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5