CARMA C++
Optics1cmProxy.h
Go to the documentation of this file.
1 // $Id: Optics1cmProxy.h,v 1.2 2011/05/11 18:14:03 iws Exp $
2 
3 #ifndef SZA_ANTENNA_CORBA_OPTICS1CMPROXY_H
4 #define SZA_ANTENNA_CORBA_OPTICS1CMPROXY_H
5 
16 
17 namespace sza {
18  namespace antenna {
19  namespace corba {
20 
21  class Optics1cmProxy : public OpticsProxy {
22  public:
23 
27  Optics1cmProxy(sza::antenna::control::AntennaMaster* parent);
28 
32  virtual ~Optics1cmProxy();
33 
34  void selectRx();
35 
36  }; // End class Optics1cmProxy
37 
38  } // End namespace corba
39  } // End namespace antenna
40 } // End namespace sza
41 
42 
43 
44 #endif // End #ifndef SZA_ANTENNA_CORBA_OPTICS1CMPROXY_H
Tagged: Thu Nov 13 16:53:42 UTC 2003.
Define a class to encapsulate the entire Antenna control system.