CARMA C++
|
CryoControlImpl CORBA control implementation. More...
#include <carma/antenna/bima/control/CryoControlImpl.h>
Public Member Functions | |
CryoControlImpl () | |
Constructor Inputs a CryoCompressor reference to allow delegation of control commands to it. More... | |
void | fillCompressor () |
void | purgeCompressor () |
void | reset () |
void | resetCompressor () |
void | turnCompressor (carma::antenna::common::SwitchState state) |
virtual | ~CryoControlImpl () |
Destructor. More... | |
CryoControlImpl CORBA control implementation.
This class implements the CryoControl interface defined in carma::antenna::common.
Definition at line 32 of file CryoControlImpl.h.
carma::antenna::bima::CryoControlImpl::CryoControlImpl | ( | ) |
Constructor Inputs a CryoCompressor reference to allow delegation of control commands to it.
|
virtual |
Destructor.