CARMA C++
Rx1cmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_RX1CMPROXY_H
2 #define SZA_ANTENNA_CORBA_RX1CMPROXY_H
3 
11 // The CORBA class Rx1cmProxy 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 Rx1cmProxy : public RxProxy {
31 
32  public:
33 
38 
42  ~Rx1cmProxy();
43 
44  void setFrequency(double yigFreq, double LOFreq,
45  bool endWithAbsorberInBeam,
46  bool optimizeReceiver,
47  bool forceRelock, // Not used by sza
48  CORBA::ULong seq);
49 
50  void registerObject(const std::string& name, carma::corba::Server & server);
51 
52  }; // End class Rx1cmProxy
53 
54  }; // End namespace corba
55  }; // End namespace antenna
56 }; // End namespace sza
57 
58 #endif
59 
60 
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaste...
Definition: Rx1cmProxy.h:30
Rx1cmProxy(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: RxProxy.h:38
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.