

Public Member Functions | |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| MyXmlConfigData | createMyXmlConfigData () |
| ROdouble | actAz () |
| ROdouble | actEl () |
| ROdouble | cmdAz () |
| ROdouble | cmdEl () |
Private Attributes | |
| ROdouble | m_actAz |
| ROdouble | m_actEl |
| ROdouble | m_cmdAz |
| ROdouble | 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>
References alma::acs::container::ContainerServices::assignUniqueEntityId(), alma::acs::component::ComponentImplBase::m_containerServices, and alma::acs::component::ComponentImplBase::m_logger.
| void alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Impl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
Reimplemented from alma::ACS::impl::CharacteristicComponentImpl.
References m_actAz, m_actEl, m_cmdAz, m_cmdEl, and alma::ACS::impl::CharacteristicComponentImpl::registerProperty().
Referenced by actAz(), and initialize().
Referenced by actEl(), and initialize().
Referenced by cmdAz(), and initialize().
Referenced by cmdEl(), and initialize().
1.6.2