CARMA C++
ovroCryoControl.idl
Go to the documentation of this file.
1 
11 #ifndef CARMA_ANTENNA_OVRO_CRYOCONTROL_IDL
12 #define CARMA_ANTENNA_OVRO_CRYOCONTROL_IDL
13 
14 #include "carma/antenna/common/CryoControl.idl"
15 #include "carma/antenna/common/SwitchState.idl"
17 
18 module carma {
19 module antenna {
20 module ovro {
21 
30 
35  void turnTempServoLoop(in carma::antenna::common::SwitchState state)
37 
44  void setInletLouverPosition(in float volts)
46 
53  void setOutletLouverPosition(in float volts)
55 
59  void reset()
61 
62 }; // End CryoControl interface
63 };};}; // End carma::antenna::ovro module
64 #endif
Antenna Cryogenics control
Definition: CryoControl.idl:22
Generic Carma variant of CORBA::UserException.
OVRO antenna-specific polarization control interface.
CORBA User Exception for carma::util.
SwitchState
Generic switch state enumerator.
Definition: SwitchState.idl:18