CARMA C++
Rx1mmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_RX1MMPROXY_H
2 #define SZA_ANTENNA_CORBA_RX1MMPROXY_H
3 
11 // The CORBA class Rx1mmProxy 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 Rx1mmProxy : public RxProxy {
31 
32  public:
33 
38 
42  ~Rx1mmProxy();
43 
47  void setFrequency(double yigFreq, double LOFreq,
48  bool endWithAbsorberInBeam,
49  bool optimizeReceiver,
50  bool forceRelock, // Not used by sza
51  CORBA::ULong seq);
52 
53  void registerObject(const std::string& name, carma::corba::Server & server);
54 
55  }; // End class Rx1mmProxy
56 
57  }; // End namespace corba
58  }; // End namespace antenna
59 }; // End namespace sza
60 
61 #endif
62 
63 
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaste...
Definition: Rx1mmProxy.h:30
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaste...
Definition: RxProxy.h:38
void setFrequency(double yigFreq, double LOFreq, bool endWithAbsorberInBeam, bool optimizeReceiver, bool forceRelock, CORBA::ULong seq)
Setup frequencies for this receiver.
Tagged: Thu Nov 13 16:53:50 UTC 2003.
Class for creating, managing and serving requests to CORBA servants.
Definition: Server.h:22
Rx1mmProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent.
Define a class to encapsulate the entire Antenna control system.