ALMA Computing Group

alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl Class Reference

List of all members.

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
MyXmlConfigData createMyXmlConfigData ()
 Creates and returns binding classes which the container will automatically serialize to the following XML string which can be seen for example in the objexp client.
ROdouble actAz ()
ROdouble actEl ()
ROdouble cmdAz ()
ROdouble cmdEl ()

Private Attributes

ROdouble m_actAz
ROdouble m_actEl
ROdouble m_cmdAz
ROdouble m_cmdEl

Detailed Description

Author:
hsommer created Aug 16, 2004 4:22:51 PM

Definition at line 44 of file Mount6Impl.java.


Member Function Documentation

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::actAz (  )  [inline]

Definition at line 135 of file Mount6Impl.java.

References m_actAz.

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::actEl (  )  [inline]

Definition at line 139 of file Mount6Impl.java.

References m_actEl.

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::cmdAz (  )  [inline]

Definition at line 143 of file Mount6Impl.java.

References m_cmdAz.

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::cmdEl (  )  [inline]

Definition at line 147 of file Mount6Impl.java.

References m_cmdEl.

MyXmlConfigData alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::createMyXmlConfigData (  )  [inline]

Creates and returns binding classes which the container will automatically serialize to the following XML string which can be seen for example in the objexp client.

<verbatim> <?xml version="1.0" encoding="ISO-8859-1"?>
<ns1:MyXmlConfigData someAttribute="great attribute here!" xmlns:ns1="AlmaTest/MyXmlConfigData">
<ns1:MyXmlConfigDataEntity
entityIdEncrypted="-- id encryption not yet implemented --"
entityId="uid://X96fe17ec9c9de1be/X00000000" entityTypeName="MyXmlConfigData"/>
<ns1:myStringData>string child elements looks like a string attribute when using binding classes...</ns1:myStringData>
<ns1:childData>
<ns1:someNestedData/>
<ns1:someOtherData>one more silly string</ns1:someOtherData>
</ns1:childData>
</ns1:MyXmlConfigData>
</verbatim>

Definition at line 101 of file Mount6Impl.java.

void alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::initialize ( ContainerServices  containerServices  )  throws ComponentLifecycleException [inline]

Definition at line 53 of file Mount6Impl.java.

References m_actAz, m_actEl, m_cmdAz, and m_cmdEl.


Member Data Documentation

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::m_actAz [private]

Definition at line 46 of file Mount6Impl.java.

Referenced by actAz(), and initialize().

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::m_actEl [private]

Definition at line 48 of file Mount6Impl.java.

Referenced by actEl(), and initialize().

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::m_cmdAz [private]

Definition at line 49 of file Mount6Impl.java.

Referenced by cmdAz(), and initialize().

ROdouble alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::m_cmdEl [private]

Definition at line 50 of file Mount6Impl.java.

Referenced by cmdEl(), and initialize().


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