Main Page | Namespace List | Data Structures | File List | Namespace Members | Data Fields

AnalysisServiceInterface.idl

Go to the documentation of this file.
00001 #include "ipc/ipc.idl"
00002 module AnalysisServiceI{
00003     interface AnalysisServiceInterface : ipc::servant {
00007         const string instanceName = "AnalysisServiceImpl";
00008 
00009         oneway void analyze(in string testname);
00010         oneway void analyzeModule(in string testname, in string modulename);
00011         oneway void purge();
00012         string status();
00013         short busy();
00014         short queueLength();
00015     };
00016 };

Generated on Mon Feb 21 11:49:16 2005 for SCT DAQ/DCS Software - IDL by doxygen 1.3.5