public class Mount6Impl extends CharacteristicComponentImpl
characteristicModelImpl, propertiesm_containerServices, m_instanceName, m_logger| Constructor and Description |
|---|
Mount6Impl() |
| Modifier and Type | Method and Description |
|---|---|
ROdouble |
actAz() |
ROdouble |
actEl() |
ROdouble |
cmdAz() |
ROdouble |
cmdEl() |
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.
|
void |
initialize(ContainerServices containerServices)
Subclass must call
super.initialize(containerServices)
unless it overrides as well all other methods which access the member vars of this class. |
cleanUp, descriptor, execute, find_characteristic, get_all_characteristics, get_characteristic_by_name, getComponentContainerServices, registerProperty, unregisterPropertyaboutToAbort, componentState, execute, namepublic void initialize(ContainerServices containerServices) throws ComponentLifecycleException
ComponentImplBasesuper.initialize(containerServices)
unless it overrides as well all other methods which access the member vars of this class.initialize in interface ComponentLifecycleinitialize in class CharacteristicComponentImplcontainerServices - callback object for services provided by the containerComponentLifecycleExceptionComponentLifecycle.initialize(alma.acs.container.ContainerServices)public MyXmlConfigData createMyXmlConfigData()
public ROdouble actAz()
public ROdouble actEl()
public ROdouble cmdAz()
public ROdouble cmdEl()