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