• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

acspyTestQoS.idl

Go to the documentation of this file.
00001 #ifndef _TEST_QOS_DEMO_IDL 
00002 #define _TEST_QOS_DEMO_IDL 
00003 
00004 #include <acscomponent.idl> 
00005 
00006 #pragma prefix "alma" 
00007 
00008 // used to test the quality of service functionality 
00009 module acspyTestQoS
00010 { 
00011         interface EchoTest : ACS::ACSComponent 
00012         { 
00013                 long echo(in long paramToEcho, in long millisecondsToDelay); 
00014         };
00015 }; 
00016 
00017 #endif

Generated on Thu Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0