|
CARMA C++
|
Antenna Cryogenics control More...
import "carma/antenna/common/CryoControl.idl";
Public Member Functions | |
| void | fillCompressor () raises (carma::util::UserException) |
| Fill the compressor with helium. More... | |
| void | purgeCompressor () raises (carma::util::UserException) |
| Purge helium from the compressor. More... | |
| void | resetCompressor () raises (carma::util::UserException) |
| Reset the compressor. More... | |
| void | turnCompressor (in SwitchState state) raises (carma::util::UserException) |
| Switch the compressor on or off. More... | |
Antenna Cryogenics control
Definition at line 22 of file CryoControl.idl.
| void carma::antenna::common::CryoControl::fillCompressor | ( | ) | ||
| raises | ( | carma::util::UserException | ||
| ) | ||||
Fill the compressor with helium.
| void carma::antenna::common::CryoControl::purgeCompressor | ( | ) | ||
| raises | ( | carma::util::UserException | ||
| ) | ||||
Purge helium from the compressor.
| void carma::antenna::common::CryoControl::resetCompressor | ( | ) | ||
| raises | ( | carma::util::UserException | ||
| ) | ||||
Reset the compressor.
| void carma::antenna::common::CryoControl::turnCompressor | ( | in SwitchState | state | ) | |
| raises | ( | carma::util::UserException | |||
| ) | |||||