|
CARMA C++
|
CORBA FocusControl implementation. More...
#include <carma/antenna/bima/control/FocusControlImpl.h>
Inherits carma::antenna::bima::RxClient.
Public Member Functions | |
| void | doZTracking (::CORBA::Boolean tracking) |
| void | doZTracking (::CORBA::Boolean position,::CORBA::ULong seqNo) |
| FocusControlImpl (Configuration &config) | |
| Constructor. More... | |
| void | setX (::CORBA::Float position) |
| void | setX (::CORBA::Float position,::CORBA::ULong seqNo) |
| void | setY (::CORBA::Float position) |
| void | setY (::CORBA::Float position,::CORBA::ULong seqNo) |
| void | setZ (::CORBA::Float position) |
| void | setZ (::CORBA::Float position,::CORBA::ULong seqNo) |
| void | setZoffset (::CORBA::Float offset,::CORBA::ULong seqNo) |
| ~FocusControlImpl () | |
| 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 |
CORBA FocusControl implementation.
Definition at line 34 of file FocusControlImpl.h.
| carma::antenna::bima::FocusControlImpl::FocusControlImpl | ( | Configuration & | config | ) |
Constructor.
| carma::antenna::bima::FocusControlImpl::~FocusControlImpl | ( | ) |
Destructor.