CARMA C++
LO1mmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_LO1MMPROXY_H
2 #define SZA_ANTENNA_CORBA_LO1MMPROXY_H
3 
12 
13 namespace sza {
14  namespace antenna {
15  namespace corba {
16 
22  class LO1mmProxy : public LOProxy {
23 
24  public:
25 
30 
34  ~LO1mmProxy();
35 
36  virtual void setYigFrequency(double yigFreq);
37 
38  virtual void setLoFrequency(double frequency);
39 
40  virtual void toggleSweep(bool on);
41 
42  virtual void toggleYigSweep(bool on);
43 
44  virtual void setLoTerminatorAttenuation(unsigned short atten);
45 
46  }; // End class LO1mmProxy
47 
48  }; // End namespace corba
49  }; // End namespace antenna
50 }; // End namespace sza
51 
52 #endif
53 
54 
A class which will be served as the CORBA LO DO, whose methods will send messages to the AntennaMaste...
Definition: LO1mmProxy.h:22
LO1mmProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent AntennaMaster.
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.