CARMA C++
ovroFocusControl.idl
Go to the documentation of this file.
1 
12 #ifndef CARMA_ANTENNA_OVRO_FOCUSCONTROL_IDL
13 #define CARMA_ANTENNA_OVRO_FOCUSCONTROL_IDL
14 
15 #include "carma/antenna/common/FocusControl.idl"
17 
18 module carma {
19 module antenna {
20 module ovro {
21 
28 
32  void cycleLvdtPower() raises (carma::util::UserException);
33 
38  void stopMotion() raises (carma::util::UserException);
39 
43  void reset() raises (carma::util::UserException);
44 }; // End FocusControl interface
45 };};}; // End module carma::antenna::ovro
46 #endif
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.
OVRO antenna-specific focus control interface.