#include <SdoServiceConsumerBase.h>
Public Member Functions | |
virtual void | finalize ()=0 |
Finalization. More... | |
virtual const SDOPackage::ServiceProfile & | getProfile () const =0 |
Getting ServiceProfile. 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 | ~SdoServiceConsumerBase () |
virtual destructor More... | |
Definition at line 137 of file SdoServiceConsumerBase.h.
|
inlinevirtual |
virtual destructor
Definition at line 147 of file SdoServiceConsumerBase.h.
|
pure virtual |
Finalization.
Implemented in RTC::LoggerConsumer, and RTC::ComponentObserverConsumer.
|
pure virtual |
Getting ServiceProfile.
Implemented in RTC::LoggerConsumer, and RTC::ComponentObserverConsumer.
|
pure virtual |
Initialization function of the consumer class.
Implemented in RTC::LoggerConsumer, and RTC::ComponentObserverConsumer.
|
pure virtual |
Reinitialization function of the consumer class.
Implemented in RTC::LoggerConsumer, and RTC::ComponentObserverConsumer.