CARMA C++
|
RxSelectorImpl CORBA implementation class. More...
#include <carma/antenna/bima/control/RxSelectorImpl.h>
Inherits carma::antenna::bima::RxClient.
Public Member Functions | |
carma::antenna::common::RxControl_ptr | Rx (carma::antenna::common::RxControl::Type type) |
RxSelectorImpl (Configuration &config, carma::antenna::common::RxControl_ptr rxControlPtr) | |
Constructor. More... | |
~RxSelectorImpl () | |
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 |
RxSelectorImpl CORBA implementation class.
Definition at line 30 of file RxSelectorImpl.h.
carma::antenna::bima::RxSelectorImpl::RxSelectorImpl | ( | Configuration & | config, |
carma::antenna::common::RxControl_ptr | rxControlPtr | ||
) |
Constructor.
carma::antenna::bima::RxSelectorImpl::~RxSelectorImpl | ( | ) |
Destructor.