CARMA C++
IF3mmProxy.h
Go to the documentation of this file.
1 // $Id: IF3mmProxy.h,v 1.3 2013/07/08 21:53:14 eml Exp $
2 
3 #ifndef SZA_ANTENNA_CORBA_IF3MMPROXY_H
4 #define SZA_ANTENNA_CORBA_IF3MMPROXY_H
5 
16 
17 namespace sza {
18  namespace antenna {
19  namespace corba {
20 
21  class IF3mmProxy : public IFProxy {
22  public:
23 
27  IF3mmProxy(sza::antenna::control::AntennaMaster* parent);
28 
32  virtual ~IF3mmProxy();
33 
34  // Select this receiver as the IF input
35 
36  virtual void selectRx();
37 
38  }; // End class IF3mmProxy
39 
40  } // End namespace corba
41  } // End namespace antenna
42 } // End namespace sza
43 
44 
45 
46 #endif // End #ifndef SZA_ANTENNA_CORBA_IF3MMPROXY_H
Tagged: Thu Nov 13 16:53:40 UTC 2003.
Define a class to encapsulate the entire Antenna control system.