12 #ifndef CARMA_ANTENNA_BIMA_FRONTENDCONTROLIMPL_H
13 #define CARMA_ANTENNA_BIMA_FRONTENDCONTROLIMPL_H
15 #include "carma/corba/corba.h"
16 #include "carma/antenna/common/FrontEndControl.h"
53 void setFrequency(
double freq);
55 void setSISVj(
float voltage);
57 void setSISIj(
float current);
60 ::CORBA::Float startVjInMv,
61 ::CORBA::Float stopVjInMv,
62 ::CORBA::Float stepVjInMv,
63 ::CORBA::UShort deltaInMs,
64 ::CORBA::Boolean doPower );
69 ::CORBA::Float startVjInMv,
70 ::CORBA::Float stopVjInMv,
71 ::CORBA::Float stepVjInMv,
72 ::CORBA::UShort deltaInMs,
73 ::CORBA::Boolean doPower,
74 ::CORBA::ULong seqNo );
89 void setMixer(
float voltage);
93 log4cpp::Category &log_;
94 Configuration &_config;
FrontEndControlImpl(Configuration &config)
Constructor.
~FrontEndControlImpl()
Destructor.
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...
Stage
A receiver frontend stage enumerator.
CORBA control implementation for the FrontEndControl interface.
Class definition for RxClient on the BIMA antennas.