CARMA C++
|
CalibrationControlImpl Corba control class. More...
#include <carma/antenna/bima/control/CalibratorControlImpl.h>
Inherits carma::antenna::bima::RxClient.
Public Member Functions | |
CalibratorControlImpl (Configuration &config) | |
Constructor. More... | |
void | setPos (carma::antenna::common::CalibratorControl::Position position) |
void | setPos (carma::antenna::common::CalibratorControl::Position position,::CORBA::ULong seqNo) |
~CalibratorControlImpl () | |
Destructor. More... | |
![]() | |
Configuration & | getConfig () |
RxClient (Configuration &config) | |
void | rxWrite () |
![]() | |
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 | |
![]() | |
std::auto_ptr < carma::util::IPQwriter < RxCommand > > | _rxWriter |
![]() | |
log4cpp::Category & | _logger |
CalibrationControlImpl Corba control class.
This class implements the IDL defined interface for antenna calibration and dispatches commands to appropriate CAN devices via delegation.
Definition at line 37 of file CalibratorControlImpl.h.
carma::antenna::bima::CalibratorControlImpl::CalibratorControlImpl | ( | Configuration & | config | ) |
Constructor.
optics | Pointer to underlying bima optics CAN device. |
poa | Pointer to encompassing poa. |
carma::antenna::bima::CalibratorControlImpl::~CalibratorControlImpl | ( | ) |
Destructor.