#include <SdoServiceProviderBase.h>
Public Member Functions | |
virtual void | finalize ()=0 |
Finalization. | |
virtual const SDOPackage::ServiceProfile & | getProfile () const =0 |
Getting ServiceProfile. | |
virtual bool | init (RTObject_impl &rtobj, const SDOPackage::ServiceProfile &profile)=0 |
Initialization function of the consumer class. | |
virtual bool | reinit (const SDOPackage::ServiceProfile &profile)=0 |
Reinitialization function of the consumer class. | |
virtual | ~SdoServiceProviderBase () |
virtual destructor |
Definition at line 134 of file SdoServiceProviderBase.h.
virtual RTC::SdoServiceProviderBase::~SdoServiceProviderBase | ( | ) | [inline, virtual] |
virtual destructor
Definition at line 146 of file SdoServiceProviderBase.h.
virtual void RTC::SdoServiceProviderBase::finalize | ( | ) | [pure virtual] |
Finalization.
virtual const SDOPackage::ServiceProfile& RTC::SdoServiceProviderBase::getProfile | ( | ) | const [pure virtual] |
Getting ServiceProfile.
virtual bool RTC::SdoServiceProviderBase::init | ( | RTObject_impl & | rtobj, |
const SDOPackage::ServiceProfile & | profile | ||
) | [pure virtual] |
Initialization function of the consumer class.
virtual bool RTC::SdoServiceProviderBase::reinit | ( | const SDOPackage::ServiceProfile & | profile | ) | [pure virtual] |
Reinitialization function of the consumer class.