9 #ifndef CARMA_ANTENNA_OVRO_CRYOCONTROLIMPL_H
10 #define CARMA_ANTENNA_OVRO_CRYOCONTROLIMPL_H
14 #include "carma/corba/corba.h"
17 #include "carma/antenna/common/SwitchState.h"
55 void resetCompressor();
57 void fillCompressor();
59 void purgeCompressor();
65 void setInletLouverPosition(
float volts);
67 void setOutletLouverPosition(
float volts);
72 log4cpp::Category &log_;
Cryo Compressor device class.
CryoControlImpl(CryoCompressor &compressor)
Constructor Inputs a CryoCompressor reference to allow delegation of control commands to it...
SwitchState
Generic switch state enumerator.
CryoControlImpl Corba control implementation.