10 #ifndef CARMA_ANTENNA_BIMA_OPTICALTELCONTROLIMPL_H
11 #define CARMA_ANTENNA_BIMA_OPTICALTELCONTROLIMPL_H
13 #include "carma/util/UserException.h"
18 #include <log4cpp/Category.hh>
31 public carma::antenna::common::OpticalTelCommon
42 Configuration &config,
43 float azFieldOfViewInArcminutes,
44 float elFieldOfViewInArcminutes,
45 float rotationInDegrees,
66 Configuration &_config;
virtual ~OpticalTelControlImpl()
Destructor.
Encapsulate hardware access to framegrabber device.
OpticalTelControl implementation class.
carma::antenna::common::OpticalTelCommon control interface for CARMA
SwitchState
Generic switch state enumerator.
OpticalTelControlImpl(carma::monitor::AntennaCommon::OpticalTel &optMon, carma::antenna::common::FrameGrabber &fg, Configuration &config, float azFieldOfViewInArcminutes, float elFieldOfViewInArcminutes, float rotationInDegrees, bool simulate)
Constructor.