Go to the documentation of this file.
25 #ifndef _ADDCOMPONENT_IDL
26 #define _ADDCOMPONENT_IDL
30 module SuperVisionTest {
35 double Add( in
double x , in
double y ,
out double z ) ;
36 double AddWithoutSleep( in
double x , in
double y ,
out double z ) ;
37 void Setx( in
double x ) ;
38 void Sety( in
double y ) ;
40 double AddyTox( in
double y ) ;
41 long Sigma( in
long n ) ;
45 boolean AdditionObjRef1(
out Adder anAdder ) ;
46 void AdditionObjRef2(
out boolean FuncValue ,
out Adder anAdder ) ;
56 double Add( in
double x , in
double y ,
out double z ) ;
57 double AddWithoutSleep( in
double x , in
double y ,
out double z ) ;
58 double AddAndCompare( in
double x , in
double y , in
Adder anOtherAdder,
60 void SetLastResult( in
double z ) ;
61 void LastResult(
out double z ) ;
63 in
string aComponentName ) ;