1 #ifndef SZA_ANTENNA_CORBA_FRONTENDPROXY_H
2 #define SZA_ANTENNA_CORBA_FRONTENDPROXY_H
15 #include "carma/antenna/common/FrontEndControl.h"
43 virtual void setFrequency(
double freq);
45 virtual void setSISVj(
float voltage);
47 virtual void setSISIj(
float current);
49 virtual void doIVcurve();
67 virtual void setMixer(
float voltage);
69 virtual void doIVcurve(
float startVjInMv,
72 unsigned short deltaInMs,
86 void setBias(sza::util::Rx::Id rxId,
89 sza::util::Rx::Stage szaStage,
96 void setDefaultBias(
unsigned iBias,
short bias);
Amp
A receiver frontend amplifier enumerator.
Data returned by an IV curve method Be careful not to assume that the totPower contains the same numb...
Tagged: Tue Mar 30 08:46:08 PST 2004.
Stage
A receiver frontend stage enumerator.
Tagged: Fri Jul 24 11:34:30 PDT 2009.
FrontEndProxy(sza::antenna::control::AntennaMaster *parent)
Constructor with a pointer to the parent AntennaMaster.
A class which will be served as the CORBA FrontEnd DO, whose methods will send messages to the Antenn...
~FrontEndProxy()
Destructor.
Define a class to encapsulate the entire Antenna control system.