|
sampledCompImpl − |
|
#include <sampledCompImpl.h> Inherits baci::CharacteristicComponentImpl. |
|
Public Member Functions |
|
sampledCompImpl (const ACE_CString &name, maci::ContainerServices *containerServices) |
|
virtual ~sampledCompImpl () |
|
void initialize () |
|
virtual ACS::RWdouble_ptr my_RWdouble () |
|
virtual ACS::ROdouble_ptr my_ROdouble () |
|
virtual ACS::RWfloat_ptr my_RWfloat () |
|
virtual ACS::ROfloat_ptr my_ROfloat () |
|
virtual ACS::RWstring_ptr my_RWstring () |
|
virtual ACS::ROstring_ptr my_ROstring () |
|
virtual ACS::RWlong_ptr my_RWlong () |
|
virtual ACS::ROlong_ptr my_ROlong () |
|
virtual ACS::RWlongLong_ptr my_RWlongLong () |
|
virtual ACS::ROlongLong_ptr my_ROlongLong () |
|
Private Member Functions |
|
void operator= (const sampledCompImpl &) |
|
Private Attributes |
|
SmartPropertyPointer< RWdouble > m_RWdouble_sp |
|
SmartPropertyPointer< ROdouble > m_ROdouble_sp |
|
SmartPropertyPointer< RWfloat > m_RWfloat_sp |
|
SmartPropertyPointer< ROfloat > m_ROfloat_sp |
|
SmartPropertyPointer< RWstring > m_RWstring_sp |
|
SmartPropertyPointer< ROstring > m_ROstring_sp |
|
SmartPropertyPointer< RWlong > m_RWlong_sp |
|
SmartPropertyPointer< ROlong > m_ROlong_sp |
|
SmartPropertyPointer< RWlongLong > m_RWlongLong_sp |
|
SmartPropertyPointer< ROlongLong > m_ROlongLong_sp |
|
ACE_CString component_name |
|
sampledCompImpl::sampledCompImpl (const ACE_CString & name, maci::ContainerServices * containerServices) |
|
virtual sampledCompImpl::~sampledCompImpl () [virtual] Destructor |
|
void sampledCompImpl::initialize () |
|
virtual ACS::ROdouble_ptr sampledCompImpl::my_ROdouble () [virtual] |
|
virtual ACS::ROfloat_ptr sampledCompImpl::my_ROfloat () [virtual] |
|
virtual ACS::ROlong_ptr sampledCompImpl::my_ROlong () [virtual] |
|
virtual ACS::ROlongLong_ptr sampledCompImpl::my_ROlongLong () [virtual] |
|
virtual ACS::ROstring_ptr sampledCompImpl::my_ROstring () [virtual] |
|
virtual ACS::RWdouble_ptr sampledCompImpl::my_RWdouble () [virtual] |
|
virtual ACS::RWfloat_ptr sampledCompImpl::my_RWfloat () [virtual] |
|
virtual ACS::RWlong_ptr sampledCompImpl::my_RWlong () [virtual] |
|
virtual ACS::RWlongLong_ptr sampledCompImpl::my_RWlongLong () [virtual] |
|
virtual ACS::RWstring_ptr sampledCompImpl::my_RWstring () [virtual] |
|
void sampledCompImpl::operator= (const sampledCompImpl &) [private] ALMA C++ coding standards state copy operators should be disabled. |
|
ACE_CString sampledCompImpl::component_name [private] |
|
SmartPropertyPointer<ROdouble> sampledCompImpl::m_ROdouble_sp [private] |
|
SmartPropertyPointer<ROfloat> sampledCompImpl::m_ROfloat_sp [private] |
|
SmartPropertyPointer<ROlong> sampledCompImpl::m_ROlong_sp [private] |
|
SmartPropertyPointer<ROlongLong> sampledCompImpl::m_ROlongLong_sp [private] |
|
SmartPropertyPointer<ROstring> sampledCompImpl::m_ROstring_sp [private] |
|
SmartPropertyPointer<RWdouble> sampledCompImpl::m_RWdouble_sp [private] |
|
SmartPropertyPointer<RWfloat> sampledCompImpl::m_RWfloat_sp [private] |
|
SmartPropertyPointer<RWlong> sampledCompImpl::m_RWlong_sp [private] |
|
SmartPropertyPointer<RWlongLong> sampledCompImpl::m_RWlongLong_sp [private] |
|
SmartPropertyPointer<RWstring> sampledCompImpl::m_RWstring_sp [private] |
|
Generated automatically by Doxygen for ACS-2015.6 C++ API from the source code. |