#include <SdoServiceConsumerBase.h>
|
| virtual | ~SdoServiceConsumerBase ()=default |
| | virtual destructor
|
| |
| 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 const SDOPackage::ServiceProfile & | getProfile () const =0 |
| | Getting ServiceProfile .
|
| |
| virtual void | finalize ()=0 |
| | Finalization.
|
| |
◆ ~SdoServiceConsumerBase()
| virtual RTC::SdoServiceConsumerBase::~SdoServiceConsumerBase |
( |
| ) |
|
|
virtualdefault |
◆ finalize()
| virtual void RTC::SdoServiceConsumerBase::finalize |
( |
| ) |
|
|
pure virtual |
◆ getProfile()
| virtual const SDOPackage::ServiceProfile & RTC::SdoServiceConsumerBase::getProfile |
( |
| ) |
const |
|
pure virtual |
◆ init()
| virtual bool RTC::SdoServiceConsumerBase::init |
( |
RTObject_impl & | rtobj, |
|
|
const SDOPackage::ServiceProfile & | profile ) |
|
pure virtual |
Initialization function of the consumer class.
◆ reinit()
| virtual bool RTC::SdoServiceConsumerBase::reinit |
( |
const SDOPackage::ServiceProfile & | profile | ) |
|
|
pure virtual |
Reinitialization function of the consumer class.
The documentation for this class was generated from the following file: