ALMA Computing Group

Mount1Impl Class Reference

#include <acscourseMount1Impl.h>

List of all members.

Public Member Functions

 Mount1Impl (const ACE_CString &name, maci::ContainerServices *containerServices)
 Constructor.
virtual ~Mount1Impl ()
 Destructor.
virtual void objfix (CORBA::Double az, CORBA::Double elev)
 (Pre)sets a new non-moving position for the antenna.

Private Member Functions

void operator= (const Mount1Impl &)
 ALMA C++ coding standards state copy operators should be disabled.


Detailed Description

Definition at line 80 of file acscourseMount1Impl.h.


Constructor & Destructor Documentation

Mount1Impl::Mount1Impl ( const ACE_CString &  name,
maci::ContainerServices *  containerServices 
)

Constructor.

Parameters:
name component's name. This is also the name that will be used to find the
containerServices the container services object for this component

Definition at line 33 of file acscourseMount1Impl.cpp.

Mount1Impl::~Mount1Impl (  )  [virtual]

Destructor.

Definition at line 40 of file acscourseMount1Impl.cpp.


Member Function Documentation

void Mount1Impl::objfix ( CORBA::Double  az,
CORBA::Double  elev 
) [virtual]

(Pre)sets a new non-moving position for the antenna.

The position coordinates are given in azimuth and elevation. The actual az and elev values are written to the properties cmdAz, cmdEl, actAz and actEl.

Parameters:
az position azimuth (degree)
elev position elevation (degree)
Returns:
void

Definition at line 48 of file acscourseMount1Impl.cpp.

void Mount1Impl::operator= ( const Mount1Impl  )  [private]

ALMA C++ coding standards state copy operators should be disabled.


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