|
CARMA C++
|
A class which will be served as the CORBA PointingModel DO, whose methods will send messages to the AntennaMaster message queue. More...
#include <carma/antenna/sza/antenna/corba/PointingModelProxy.h>
Inherits sza::antenna::corba::PointingModel.
Public Member Functions | |
| PointingModelProxy (sza::antenna::control::AntennaMaster *parent) | |
| Constructor with a pointer to the parent AntennaMaster. More... | |
| void | scheduleNextSequenceNo (unsigned long seq) |
| Set the value of the sequence number to be associated with the next command. More... | |
| void | setCollimation (carma::antenna::common::DriveControl::Aperture model, double magnitude, double direction) |
| void | setFlexure (carma::antenna::common::DriveControl::Aperture model, double flexure) |
| void | setTilts (double azTilt1, double azTilt2, double elTilt1, double elTilt2) |
| ~PointingModelProxy () | |
| Destructor. More... | |
A class which will be served as the CORBA PointingModel DO, whose methods will send messages to the AntennaMaster message queue.
Definition at line 38 of file PointingModelProxy.h.
| sza::antenna::corba::PointingModelProxy::PointingModelProxy | ( | sza::antenna::control::AntennaMaster * | parent | ) |
Constructor with a pointer to the parent AntennaMaster.
| sza::antenna::corba::PointingModelProxy::~PointingModelProxy | ( | ) |
Destructor.
| void sza::antenna::corba::PointingModelProxy::scheduleNextSequenceNo | ( | unsigned long | seq | ) |
Set the value of the sequence number to be associated with the next command.