CARMA C++
szaLOControl.idl
1 
4 #ifndef CARMA_ANTENNA_SZA_CONTROL_SZALOCONTROL_IDL
5 #define CARMA_ANTENNA_SZA_CONTROL_SZALOCONTROL_IDL
6 
9 
10 module carma {
11  module antenna {
12  module sza {
13  module control {
14 
19 
23  void setYigVoltage(in unsigned short voltage)
25 
29  void setYigLoopGain(in unsigned short voltage)
31 
35  void setYigDampingResistance(in unsigned short resistance)
37 
41  void setVaractorLoopGain(in unsigned short voltage)
43 
47  void setGunnVoltage(in unsigned short voltage)
49 
53  void setGunnLoopGain(in unsigned short voltage)
55 
60  void setDefaultGunnVoltage(in unsigned short voltage)
62 
67  void setPresetPower()
69 
70  }; // End LOControl interface
71  };
72  };
73  };
74 }; // End carma::antenna::sza::control module
75 
76 #endif
Generic Carma variant of CORBA::UserException.
IDL for the carma::antenna::common::LOControl subsystem interface.
CORBA User Exception for carma::util.
SZA antenna-specific LO control interface.
Antenna Local Oscillator control.
Definition: LOControl.idl:23