|
OpenRTM-aist 2.1.0
|
#include <SdoServiceConsumerBase.h>
Public Member Functions | |
| 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. | |
|
virtualdefault |
virtual destructor
|
pure virtual |
Finalization.
|
pure virtual |
Getting ServiceProfile .
|
pure virtual |
Initialization function of the consumer class.
|
pure virtual |
Reinitialization function of the consumer class.