A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaster message queue.
More...
#include <carma/antenna/sza/antenna/corba/RxProxy.h>
|
virtual
carma::antenna::common::FrontEndControl_ptr | FrontEnd (carma::antenna::common::RxControl::Pol_Type pol=carma::antenna::common::RxControl::LEFTCIRCULAR) |
|
sza::antenna::corba::FrontEndProxy * | getFrontEndProxy () |
|
sza::antenna::corba::IFProxy * | getIFProxy () |
|
sza::antenna::corba::LOProxy * | getLOProxy () |
|
virtual
carma::antenna::common::IFControl_ptr | IF (carma::antenna::common::RxControl::IF_Type ifoutpu) |
|
virtual
carma::antenna::common::LOControl_ptr | LO () |
|
virtual void | measureTotalPower (carma::antenna::common::CalibratorControl::Position position, CORBA::ULong seq) |
|
virtual void | measureTotalPower (carma::antenna::common::CalibratorControl::Position position) |
|
virtual
carma::antenna::common::OpticsControl_ptr | Optics () |
|
virtual
carma::antenna::common::PolarizationControl_ptr | Polarization () |
|
virtual void | resetCanBus () |
|
virtual void | resetCanModule (const char *moduleName) |
|
| RxProxy (sza::antenna::control::AntennaMaster *parent) |
| Constructor with a pointer to the parent. More...
|
|
void | setDefaultGunnFrequency (sza::util::Rx::Id rxId, sza::util::Frequency freq) |
|
void | setDefaultYigFrequency (sza::util::Rx::Id rxId, sza::util::Frequency freq) |
|
virtual void | setFrequency (double yigFreq, double LOFreq, bool endWithAbsorberInBeam, bool optimizeReceiver, CORBA::ULong seq) |
|
void | setFrequency (sza::util::Rx::Id rxId, CORBA::ULong seq) |
|
virtual void | setIFAtten (CORBA::Float atten, carma::antenna::common::RxControl::IF_Type ifType) |
|
virtual void | setIFPower (CORBA::Float power) |
|
virtual void | setIFPresetPower () |
|
virtual void | setObservingFrequency (double obsFreq, CORBA::ULong seq) |
|
virtual void | setOffset (double az, double el) |
|
void | storeEncoderPosition (sza::util::Rx::Id rxId, short position) |
|
virtual void | toggleFastSampling (CORBA::ULong channel, bool start) |
|
| ~RxProxy () |
| Destructor. More...
|
|
| Proxy (sza::antenna::control::AntennaMaster *parent) |
| Constructor. More...
|
|
virtual | ~Proxy () |
| Destructor. More...
|
|
|
FrontEndProxy * | frontEnd_ |
| Object which we will serve as the CORBA FrontEnd subsystem DO. More...
|
|
carma::antenna::common::FrontEndControl_ptr | frontEndPtr_ |
|
carma::antenna::common::IFControl_ptr | ifPtr_ |
|
IFProxy * | ifSys_ |
| Object which we will serve as the CORBA IF subsystem DO. More...
|
|
LOProxy * | lo_ |
| Object which we will serve as the CORBA LO subsystem DO. More...
|
|
carma::antenna::sza::control::LOControl_ptr | loPtr_ |
|
OpticsProxy * | optics_ |
| Object which we will serve as the CORBA Optics subsystem DO. More...
|
|
carma::antenna::common::OpticsControl_ptr | opticsPtr_ |
|
PolarizationProxy * | polarization_ |
| Object which we will serve as the CORBA Polarization subsystem DO. More...
|
|
carma::antenna::common::PolarizationControl_ptr | polarizationPtr_ |
|
sza::antenna::control::AntennaMaster * | parent_ |
|
unsigned long | seq_ |
|
sza::util::Mutex | seqGuard_ |
|
SzaShareCorba * | share_ |
|
|
unsigned long | sequenceNumber () |
|
virtual void | setFlexure (sza::util::PointingMode::Type model, sza::util::Angle &sFlex, sza::util::Angle &cFlex) |
|
virtual void | setFlexure () |
|
void | setSkyOffsets (unsigned long seq=0) |
|
A class which will be served as the CORBA Rx DO, whose methods will send messages to the AntennaMaster message queue.
Definition at line 38 of file RxProxy.h.
Constructor with a pointer to the parent.
sza::antenna::corba::RxProxy::~RxProxy |
( |
| ) |
|
Object which we will serve as the CORBA FrontEnd subsystem DO.
Definition at line 128 of file RxProxy.h.
IFProxy* sza::antenna::corba::RxProxy::ifSys_ |
|
protected |
Object which we will serve as the CORBA IF subsystem DO.
Definition at line 116 of file RxProxy.h.
LOProxy* sza::antenna::corba::RxProxy::lo_ |
|
protected |
Object which we will serve as the CORBA LO subsystem DO.
Definition at line 122 of file RxProxy.h.
Object which we will serve as the CORBA Optics subsystem DO.
Definition at line 134 of file RxProxy.h.
Object which we will serve as the CORBA Polarization subsystem DO.
Definition at line 141 of file RxProxy.h.
The documentation for this class was generated from the following file: