CARMA C++
LOControl.idl
Go to the documentation of this file.
1 
8 #ifndef _LOIDL
9 #define _LOIDL
10 
12 
13 module carma {
14 
15  module antenna {
16 
17  module common {
23  interface LOControl {
24 
34  void setYigFrequency( in double yigFreq )
35  raises ( carma::util::UserException );
36 
46  void setLoFrequency(in double Frequency)
48 
56  void toggleSweep(in boolean on)
58 
65  void toggleYigSweep(in boolean on)
67 
74  void setLoTerminatorAttenuation(in unsigned short atten)
76 
77  }; // End LO interface
78 
79  }; // End common module
80 
81  }; // End antenna module
82 
83 }; // End carma module
84 
85 #endif // _LOIDL
86 
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.
Antenna Local Oscillator control.
Definition: LOControl.idl:23