00001 #ifndef _ACSTESTCOMP_IDL 00002 #define _ACSTESTCOMP_IDL 00003 00004 #include <acscomponent.idl> 00005 #include <baci.idl> 00006 #include <acserr.idl> 00007 00008 #pragma prefix "alma" 00009 00016 module acstestcomp 00017 { 00029 interface TimingExplorer : ACS::ACSComponent 00030 { 00038 void waitToReply( in long waitTimeSec); 00039 00052 void multipleReplies(in long repetitions, 00053 in long waitTimeSec, 00054 in ACS::CBvoid cb, in ACS::CBDescIn desc); 00055 00056 }; 00062 interface ErrorExplorer : ACS::CharacteristicComponent 00063 { 00064 00067 readonly attribute ACS::RWdouble explorerDoubleProperty; 00068 00069 }; 00070 }; 00071 #endif