CARMA C++
szaCalibratorControl.idl
1 
4 #ifndef CARMA_ANTENNA_SZA_CONTROL_SZACALIBRATORCONTROL_IDL
5 #define CARMA_ANTENNA_SZA_CONTROL_SZACALIBRATORCONTROL_IDL
6 
7 #include "carma/antenna/common/CalibratorControl.idl"
10 
11 module carma {
12  module antenna {
13  module sza {
14  module control {
15 
20 
21  void homeTertiary()
23 
24  void positionTertiaryAngle(in double angleDegrees)
26 
27  void positionTertiaryRx(in carma::antenna::common::RxControl::Type rx)
29 
30  }; // End szaCalibratorControl interface
31  };
32  };
33  };
34 }; // End carma::antenna::sza::control module
35 
36 #endif
Type
Enumerate valid Receiver types.
Definition: RxControl.idl:36
Generic Carma variant of CORBA::UserException.
SZA antenna-specific calibrator control interface.
CORBA User Exception for carma::util.
IDL for the carma::antenna::common::RxControl (Receiver) interface.