CARMA C++
WvrControl.idl
1 #ifndef _WVRIDL
2 #define _WVRIDL
3 
4 module carma {
5 
6  module antenna {
7 
8  module common {
13  interface WvrControl {
17  void doNothing();
18 
19  }; // End Wvr interface
20 
21  }; // End common module
22 
23  }; // End antenna module
24 
25 }; // End carma module
26 
27 #endif // _WVRIDL
28 
Water Vapor Radiometer control.
Definition: WvrControl.idl:13