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