CARMA C++
|
CORBA control implementation for the EnvironmentalControl interface. More...
#include <carma/antenna/ovro/control/EnvironmentalControlImpl.h>
Public Member Functions | |
void | enable24vPs (::CORBA::UShort supplyNo,::CORBA::Boolean on) |
void | enableCamera (::CORBA::Boolean on) |
EnvironmentalControlImpl (EnvironmentalMonitor &env) | |
Constructor. More... | |
void | turnSidecabPowerOff () |
CORBA control implementation for the EnvironmentalControl interface.
This class delegates CORBA control commands to associated canbus classes. By using delegation we introduce a level of indirection which will make it easier to switch the underlying communications mechanism (CORBA) should the need ever arise.
Definition at line 34 of file EnvironmentalControlImpl.h.
carma::antenna::ovro::EnvironmentalControlImpl::EnvironmentalControlImpl | ( | EnvironmentalMonitor & | env | ) |
Constructor.
env | Reference to EnvironmentalMonitor CAN Device class. |