CARMA C++
LO3mmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_LO3MMPROXY_H
2 #define SZA_ANTENNA_CORBA_LO3MMPROXY_H
3 
12 
13 namespace sza {
14  namespace antenna {
15  namespace corba {
16 
22  class LO3mmProxy : public LOProxy {
23 
24  public:
25 
30 
34  ~LO3mmProxy();
35 
36  virtual void setYigFrequency(double yigFreq);
37 
38  virtual void setLoFrequency(double frequency);
39 
40  virtual void toggleSweep(bool on);
41 
42 
43  }; // End class LO3mmProxy
44 
45  }; // End namespace corba
46  }; // End namespace antenna
47 }; // End namespace sza
48 
49 #endif
50 
51 
A class which will be served as the CORBA LO DO, whose methods will send messages to the AntennaMaste...
Definition: LOProxy.h:27
Tagged: Thu Nov 13 16:53:40 UTC 2003.
Define a class to encapsulate the entire Antenna control system.
A class which will be served as the CORBA LO DO, whose methods will send messages to the AntennaMaste...
Definition: LO3mmProxy.h:22
LO3mmProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent AntennaMaster.