CARMA C++
OpticsControlImpl.h
Go to the documentation of this file.
1 
11 #ifndef CARMA_ANTENNA_BIMA_OPTICSCONTROLIMPL_H
12 #define CARMA_ANTENNA_BIMA_OPTICSCONTROLIMPL_H
13 
15 
16 namespace log4cpp {
17  class Category;
18 }
19 
20 namespace carma {
21 namespace antenna {
22 namespace bima {
23 
32  public RxClient
33  {
34  public:
35 
40  (
41  Configuration &config
42  );
43 
48 
49  void selectRx();
50 
51  private:
52 
53  log4cpp::Category &log_;
54  Configuration &_config;
55 
56  }; // End class OpticsControlImpl
57 }}} // Namespace carma::antenna::bima
58 #endif
OpticsControlImpl(Configuration &config)
Constructor.
OpticsControlImpl Corba control class.
Class definition for RxClient on the BIMA antennas.