CARMA C++
PolarizationControl.idl
1 #ifndef _POLARIZATIONIDL
2 #define _POLARIZATIONIDL
3 
5 
6 module carma {
7 
8  module antenna {
9 
10  module common {
14  interface PolarizationControl {
15 
19  enum State {
20  POLH,
21  POLV,
23  POLLCP
24  };
25 
51  void setState(in State poltype, in unsigned long seqNo )
53 
54  }; // End Polarization interface
55 
56  }; // End common module
57 
58  }; // End antenna module
59 
60 }; // End carma module
61 
62 #endif // _POLARIZATIONIDL
State
Enumerate valid polarization states.
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.