CARMA C++
FrontEnd1cmProxy.h
Go to the documentation of this file.
1 #ifndef SZA_ANTENNA_CORBA_FRONTEND1CMPROXY_H
2 #define SZA_ANTENNA_CORBA_FRONTEND1CMPROXY_H
3 
12 
13 namespace sza {
14  namespace antenna {
15  namespace corba {
16 
23 
24  public:
25 
30 
35 
36  //-----------------------------------------------------------------------
37  // CORBA methods
38  //-----------------------------------------------------------------------
39 
42  float voltage);
43 
46  float voltage);
47 
50  float current);
51 
52  //-----------------------------------------------------------------------
53  // Local methods
54  //-----------------------------------------------------------------------
55 
56  // Return the appropriate bias number for the requested gate
57  // voltage of this receiver.
58 
59  sza::util::Rx::Stage getVgStage(carma::antenna::common::FrontEndControl::Amp amp,
61 
62  // Return the appropriate bias number for the requested drain
63  // current of this receiver.
64 
65  sza::util::Rx::Stage getIdStage(carma::antenna::common::FrontEndControl::Amp amp,
67 
68  }; // End class FrontEnd1cmProxy
69 
70  }; // End namespace corba
71  }; // End namespace antenna
72 }; // End namespace sza
73 
74 #endif
75 
76 
FrontEnd1cmProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent AntennaMaster.
Amp
A receiver frontend amplifier enumerator.
A class which will be served as the CORBA FrontEnd DO, whose methods will send messages to the Antenn...
Stage
A receiver frontend stage enumerator.
A class which will be served as the CORBA FrontEnd DO, whose methods will send messages to the Antenn...
Definition: FrontEndProxy.h:25
Tagged: Thu Nov 13 16:53:39 UTC 2003.
Define a class to encapsulate the entire Antenna control system.