CARMA C++
OpticsControl.idl
1 #ifndef _OPTICSIDL
2 #define _OPTICSIDL
3 
5 
6 module carma {
7 
8  module antenna {
9 
10  module common {
16  interface OpticsControl {
23  void selectRx() raises (carma::util::UserException);
24 
25  }; // End Optics interface
26 
27  }; // End common module
28 
29  }; // End antenna module
30 
31 }; // End carma module
32 
33 #endif // _OPTICSIDL
34 
35 
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.
Antenna Optics subsystem control.