CARMA C++
sza::antenna::corba::PointingModelProxy Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

sza::antenna::corba::PointingModelProxy::PointingModelProxy ( sza::antenna::control::AntennaMaster parent)

Constructor with a pointer to the parent AntennaMaster.

sza::antenna::corba::PointingModelProxy::~PointingModelProxy ( )

Destructor.

Member Function Documentation

void sza::antenna::corba::PointingModelProxy::scheduleNextSequenceNo ( unsigned long  seq)

Set the value of the sequence number to be associated with the next command.


The documentation for this class was generated from the following file: