|
CARMA C++
|
LOControlImpl Corba control class. More...
#include <carma/antenna/bima/control/LOControlImpl.h>
Inherits carma::antenna::bima::RxClient.
Public Member Functions | |
| LOControlImpl (Configuration &config) | |
| Constructor. More... | |
| void | setFrequency (double yigFreq, double LOfreq) |
| void | setLoFrequency (double Frequency) |
| void | setLoTerminatorAttenuation (::CORBA::UShort atten) |
| void | setYigFrequency (CORBA::Double yigFreq) |
| void | toggleSweep (bool on) |
| void | toggleYigSweep (bool on) |
| virtual | ~LOControlImpl () |
| Destructor. More... | |
Public Member Functions inherited from carma::antenna::bima::RxClient | |
| Configuration & | getConfig () |
| RxClient (Configuration &config) | |
| void | rxWrite () |
Public Member Functions inherited from carma::antenna::bima::SharedMemory | |
| bool | dataNameExists (const char *name) |
| double | evaluateLinearInterpolator (const char *name, const double x) |
| void | getData (const char *name, char *value, int vsize=1) |
| void | getData (const char *name, unsigned short *values, int vsize=1) |
| void | getData (const char *name, int *values, int vsize=1) |
| void | getData (const char *name, float *values, int vsize=1) |
| void | getData (const char *name, double *values, int vsize=1) |
| void | getVariableInfo (const char *name, char *type, int *size) |
| void | init (void) |
| void | map (void) |
| void | putData (const char *name, const char *value, int vsize=1) |
| void | putData (const char *name, char *value) |
| void | putData (const char *name, unsigned short *values, int vsize=1) |
| void | putData (const char *name, int *values, int vsize=1) |
| void | putData (const char *name, float *values, int vsize=1) |
| void | putData (const char *name, double *values, int vsize=1) |
| SharedMemory (const char *name) | |
| void | updateLinearInterpolator (const char *name, const double x, const double y, const bool discontinuity) |
Additional Inherited Members | |
Protected Attributes inherited from carma::antenna::bima::RxClient | |
|
std::auto_ptr < carma::util::IPQwriter < RxCommand > > | _rxWriter |
Protected Attributes inherited from carma::antenna::bima::SharedMemory | |
| log4cpp::Category & | _logger |
LOControlImpl Corba control class.
Definition at line 31 of file LOControlImpl.h.
| carma::antenna::bima::LOControlImpl::LOControlImpl | ( | Configuration & | config | ) |
Constructor.
|
virtual |
Destructor.