

Public Member Functions | |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| void | componentNeedsAttention (String componentName, String troubleCode) |
| RWdouble | someOtherProperty () |
Protected Member Functions | |
| AlmaSubsystemActions | getActionHandler () |
Private Attributes | |
| RWdouble | m_someOtherProperty |
| DataAccess | m_someOtherPropertyDataAccess |
Custom subsystem master component for testing purposes, with an additional subsystem-specific method and log-only dummy implementation of the action methods.
| void alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::componentNeedsAttention | ( | String | componentName, | |
| String | troubleCode | |||
| ) | [inline] |
References alma::acs::component::ComponentImplBase::m_logger.
| AlmaSubsystemActions alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::getActionHandler | ( | ) | [inline, protected, virtual] |
| void alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
As part of the initialization of this test master component, the baci property 'someOtherProperty' is set up.
Reimplemented from alma::ACS::MasterComponentImpl::MasterComponentImplBase.
References alma::ACS::impl::CommonPropertyImpl::getDataAccess(), m_someOtherProperty, m_someOtherPropertyDataAccess, and alma::ACS::impl::CharacteristicComponentImpl::registerProperty().
| RWdouble alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::someOtherProperty | ( | ) | [inline] |
References m_someOtherProperty.
RWdouble alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::m_someOtherProperty [private] |
Referenced by initialize(), and someOtherProperty().
DataAccess alma::ACS::SpecialTestMasterComponentImpl::SpecialTestMasterComponentImpl::m_someOtherPropertyDataAccess [private] |
Referenced by initialize().
1.6.2