CARMA C++
CalibratorControlImpl.h
Go to the documentation of this file.
1 
10 #ifndef CARMA_ANTENNA_BIMA_CALIBRATORCONTROLIMPL_H
11 #define CARMA_ANTENNA_BIMA_CALIBRATORCONTROLIMPL_H
12 
13 // Carma includes
14 #include "carma/corba/corba.h"
15 #include "carma/util/ExceptionUtils.h"
16 
20 #include "carma/antenna/common/CalibratorControl.h"
21 
22 // Carma Tools includes
23 #include <log4cpp/Category.hh>
24 
25 namespace carma
26 {
27  namespace antenna
28  {
29  namespace bima
30  {
31 
38  public RxClient
39  {
40  public:
41 
47  CalibratorControlImpl( Configuration &config );
48 
53 
54  void setPos(
56 
57  void setPos(
59  ::CORBA::ULong seqNo );
60 
61  private:
62 
63  log4cpp::Category &log_;
64  Configuration &_config;
65 
66  }; // End class carma::antenna::bima::CalibratorControlImpl
67  } // namespace bima
68  } // namespace antenna
69 } // End namespace carma
70 
71 #endif // CARMA_ANTENNA_BIMA_CALIBRATORCONTROLIMPL_H
72 
Position
A calibrator position enumerator.
CalibratorControlImpl(Configuration &config)
Constructor.
CalibrationControlImpl Corba control class.
Class definition for Stepper Motors for BIMA systems.
Conviences for BIMA control code.
Class definition for RxClient on the BIMA antennas.