CARMA C++
Rx3mmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_RX3MMPROXY_H
2 #define SZA_ANTENNA_CORBA_RX3MMPROXY_H
3 
11 // The CORBA class Rx3mmProxy inherits from
12 
14 
15 namespace carma {
16  namespace corba {
17  class Server;
18  }
19 }
20 
21 namespace sza {
22  namespace antenna {
23  namespace corba {
24 
30  class Rx3mmProxy : public RxProxy {
31 
32  public:
33 
38 
42  ~Rx3mmProxy();
43 
44 
45  void setFrequency(double yigFreq, double LOFreq,
46  bool endWithAbsorberInBeam,
47  bool optimizeReceiver,
48  bool forceRelock, // Not used by sza
49  CORBA::ULong seq);
50 
51  void registerObject(const std::string& name, carma::corba::Server & server);
52 
53  }; // End class Rx3mmProxy
54 
55  }; // End namespace corba
56  }; // End namespace antenna
57 }; // End namespace sza
58 
59 #endif
60 
61 
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaste...
Definition: RxProxy.h:38
Rx3mmProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent.
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaste...
Definition: Rx3mmProxy.h:30
Tagged: Thu Nov 13 16:53:50 UTC 2003.
Class for creating, managing and serving requests to CORBA servants.
Definition: Server.h:22
Define a class to encapsulate the entire Antenna control system.