EchoTest.cxx

00001 {
00002 gSystem->Load("libDTApi.so");
00003 
00004 TApi *tapi = new TApi();
00005 
00006 tapi->initialiseAll(1);
00007 
00008 unsigned long echoData[2] = {0xDEADF00D,0};
00009 
00010 tapi->echo(0, 2, echoData);
00011 
00012 tapi->getResponse(0);
00013 
00014 tapi->shutdownAll();
00015 delete tapi;
00016 }

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