CARMA C++
NutatorControl.idl
1 #ifndef _NUTATORIDL
2 #define _NUTATORIDL
3 
4 module carma {
5 
6  module antenna {
7 
8  module common {
13  interface NutatorControl {
17  void doNothing();
18 
19  }; // End Nutator interface
20 
21  }; // End common module
22 
23  }; // End antenna module
24 
25 }; // End carma module
26 
27 #endif // _NUTATORIDL
28 
29 
30 
The nutator will only be implemented on OVRO antennas.