Public Member Functions | Protected Member Functions | Protected Attributes

Mount2Impl Class Reference

#include <acscourseMount2Impl.h>

Inheritance diagram for Mount2Impl:
Inheritance graph
[legend]
Collaboration diagram for Mount2Impl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Mount2Impl (const ACE_CString &name, maci::ContainerServices *containerServices)
virtual ~Mount2Impl ()
virtual void objfix (CORBA::Double az, CORBA::Double elev)
virtual ACS::RWdouble_ptr cmdAz ()
virtual ACS::RWdouble_ptr cmdEl ()
virtual ACS::ROdouble_ptr actAz ()
virtual ACS::ROdouble_ptr actEl ()

Protected Member Functions

void operator= (const Mount2Impl &)

Protected Attributes

baci::SmartPropertyPointer
< baci::RWdouble
m_cmdAz_sp
baci::SmartPropertyPointer
< baci::RWdouble
m_cmdEl_sp
baci::SmartPropertyPointer
< baci::ROdouble
m_actAz_sp
baci::SmartPropertyPointer
< baci::ROdouble
m_actEl_sp

Constructor & Destructor Documentation

Mount2Impl::Mount2Impl ( 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
virtual Mount2Impl::~Mount2Impl (  )  [virtual]

Destructor


Member Function Documentation

virtual ACS::ROdouble_ptr Mount2Impl::actAz (  )  [virtual]

Returns a reference to the actAz property Implementation of IDL interface for the property.

Returns:
pointer to read-only double property actAz

virtual ACS::ROdouble_ptr Mount2Impl::actEl (  )  [virtual]

Returns a reference to the actEl property Implementation of IDL interface for the property.

Returns:
pointer to read-only double property actEl

virtual ACS::RWdouble_ptr Mount2Impl::cmdAz (  )  [virtual]

Returns a reference to the cmdAz property Implementation of IDL interface for the property.

Returns:
pointer to read-write double property cmdAz

virtual ACS::RWdouble_ptr Mount2Impl::cmdEl (  )  [virtual]

Returns a reference to the cmdEl property Implementation of IDL interface for the property.

Returns:
pointer to read-only write property cmdEl

virtual void Mount2Impl::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

void Mount2Impl::operator= ( const Mount2Impl  )  [protected]

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

Reimplemented in Mount2LoopImpl.


Member Data Documentation

m_actAz_p is the antenna's actual azimuth

m_actEl_p is the antenna's actual elevation

m_cmdAz_p is the antenna's commanded azimuth

m_cmdEl_p is the antenna's commanded elevation


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