#include <LoggerConsumer.h>

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