OpenRTM-aist  1.2.1
Public Member Functions | List of all members
RTC::SdoServiceConsumerBase Class Referenceabstract

#include <SdoServiceConsumerBase.h>

Public Member Functions

virtual ~SdoServiceConsumerBase ()
 virtual destructor More...
 
virtual bool init (RTObject_impl &rtobj, const SDOPackage::ServiceProfile &profile)=0
 Initialization function of the consumer class. More...
 
virtual bool reinit (const SDOPackage::ServiceProfile &profile)=0
 Reinitialization function of the consumer class. More...
 
virtual const SDOPackage::ServiceProfile & getProfile () const =0
 Getting ServiceProfile. More...
 
virtual void finalize ()=0
 Finalization. More...
 

Constructor & Destructor Documentation

virtual RTC::SdoServiceConsumerBase::~SdoServiceConsumerBase ( )
inlinevirtual

virtual destructor

References finalize(), getProfile(), init(), and reinit().

Member Function Documentation

virtual void RTC::SdoServiceConsumerBase::finalize ( )
pure virtual

Finalization.

Referenced by ~SdoServiceConsumerBase().

virtual const SDOPackage::ServiceProfile& RTC::SdoServiceConsumerBase::getProfile ( ) const
pure virtual

Getting ServiceProfile.

Referenced by ~SdoServiceConsumerBase().

virtual bool RTC::SdoServiceConsumerBase::init ( RTObject_impl rtobj,
const SDOPackage::ServiceProfile &  profile 
)
pure virtual

Initialization function of the consumer class.

Referenced by ~SdoServiceConsumerBase().

virtual bool RTC::SdoServiceConsumerBase::reinit ( const SDOPackage::ServiceProfile &  profile)
pure virtual

Reinitialization function of the consumer class.

Referenced by ~SdoServiceConsumerBase().


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