Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Mount5Impl Class Reference

#include <acscourseMount5Impl.h>

Inheritance diagram for Mount5Impl:

Inheritance graph
[legend]
Collaboration diagram for Mount5Impl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Mount5Impl (const ACE_CString &name, maci::ContainerServices *containerServices)
virtual ~Mount5Impl ()
virtual void objfix (CORBA::Double az, CORBA::Double elev) throw (CORBA::SystemException, ACSErrTypeACSCourse::TargetOutOfRangeEx)
virtual ACS::ROdouble_ptr cmdAz () throw (CORBA::SystemException)
virtual ACS::ROdouble_ptr cmdEl () throw (CORBA::SystemException)
virtual ACS::ROdouble_ptr actAz () throw (CORBA::SystemException)
virtual ACS::ROdouble_ptr actEl () throw (CORBA::SystemException)

Protected Attributes

SmartPropertyPointer< ROdoublem_cmdAz_sp
SmartPropertyPointer< ROdoublem_cmdEl_sp
SmartPropertyPointer< ROdoublem_actAz_sp
SmartPropertyPointer< ROdoublem_actEl_sp

Private Member Functions

void operator= (const Mount5Impl &)

Private Attributes

nc::SimpleSupplierm_MountSupplier_p
nc::SimpleConsumer< ACSCOURSE_MOUNT::MountEventData > * m_simpConsumer_p

Constructor & Destructor Documentation

Mount5Impl::Mount5Impl const ACE_CString &  name,
maci::ContainerServices containerServices
 

Constructor Nearly identical to the Mount1 C++ class's implementation except that it instantiates both event supplier and consumer objects.

Parameters:
name component's name.
containerServices the container services object for this component

virtual Mount5Impl::~Mount5Impl  )  [virtual]
 

Destructor Nearly identical to the Mount1 C++ class's implementation except that it destroys the event supplier and consumer objects.


Member Function Documentation

virtual ACS::ROdouble_ptr Mount5Impl::actAz  )  throw (CORBA::SystemException) [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 Mount5Impl::actEl  )  throw (CORBA::SystemException) [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::ROdouble_ptr Mount5Impl::cmdAz  )  throw (CORBA::SystemException) [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::ROdouble_ptr Mount5Impl::cmdEl  )  throw (CORBA::SystemException) [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 Mount5Impl::objfix CORBA::Double  az,
CORBA::Double  elev
throw (CORBA::SystemException, ACSErrTypeACSCourse::TargetOutOfRangeEx) [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 Mount5Impl::operator= const Mount5Impl  )  [private]
 

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


Member Data Documentation

SmartPropertyPointer<ROdouble> Mount5Impl::m_actAz_sp [protected]
 

m_actAz_p is the antenna's actual azimuth

SmartPropertyPointer<ROdouble> Mount5Impl::m_actEl_sp [protected]
 

m_actEl_p is the antenna's actual elevation

SmartPropertyPointer<ROdouble> Mount5Impl::m_cmdAz_sp [protected]
 

m_cmdAz_p is the antenna's commanded azimuth

SmartPropertyPointer<ROdouble> Mount5Impl::m_cmdEl_sp [protected]
 

m_cmdEl_p is the antenna's commanded elevation

nc::SimpleSupplier* Mount5Impl::m_MountSupplier_p [private]
 

This is the Supplier class used to publish data to the event channel.

nc::SimpleConsumer<ACSCOURSE_MOUNT::MountEventData>* Mount5Impl::m_simpConsumer_p [private]
 

This is the Consumer class used to consumer data from the event channel. The templated parameter is the type of event that will be subscribed to.


The documentation for this class was generated from the following file:
Generated on Sun Oct 29 02:31:10 2006 for ACS C++ API by doxygen 1.3.6