#include <LoggerConsumer.h>
Public Member Functions | |
virtual void | finalize () |
Finalization. More... | |
virtual const SDOPackage::ServiceProfile & | getProfile () const |
getting ServiceProfile More... | |
virtual bool | init (RTObject_impl &rtobj, const SDOPackage::ServiceProfile &profile) |
Initialization. More... | |
LoggerConsumer () | |
ctor of LoggerConsumer More... | |
virtual bool | reinit (const SDOPackage::ServiceProfile &profile) |
Re-initialization. More... | |
virtual | ~LoggerConsumer () |
dtor More... | |
Public Member Functions inherited from RTC::SdoServiceConsumerBase | |
virtual | ~SdoServiceConsumerBase () |
virtual destructor More... | |
Protected Attributes | |
CorbaConsumer< OpenRTM::Logger > | m_logger |
SDOPackage::ServiceProfile | m_profile |
RTC::RTObject_impl * | m_rtobj |
Definition at line 40 of file LoggerConsumer.h.
RTC::LoggerConsumer::LoggerConsumer | ( | ) |
ctor of LoggerConsumer
Definition at line 34 of file LoggerConsumer.cpp.
|
virtual |
dtor
Definition at line 46 of file LoggerConsumer.cpp.
|
virtual |
Finalization.
Implements RTC::SdoServiceConsumerBase.
Definition at line 120 of file LoggerConsumer.cpp.
|
virtual |
getting ServiceProfile
Implements RTC::SdoServiceConsumerBase.
Definition at line 108 of file LoggerConsumer.cpp.
|
virtual |
Initialization.
Implements RTC::SdoServiceConsumerBase.
Definition at line 58 of file LoggerConsumer.cpp.
|
virtual |
Re-initialization.
Implements RTC::SdoServiceConsumerBase.
Definition at line 82 of file LoggerConsumer.cpp.
|
protected |
Definition at line 103 of file LoggerConsumer.h.
|
protected |
Definition at line 102 of file LoggerConsumer.h.
|
protected |
Definition at line 101 of file LoggerConsumer.h.