20 #ifndef RTC_LOGGERCONSUMER_H 21 #define RTC_LOGGERCONSUMER_H 23 #include <coil/Mutex.h> 24 #include <coil/Factory.h> 25 #include <coil/stringutil.h> 28 #include <rtm/idl/SDOPackageStub.h> 30 #include "LoggerStub.h" 70 const SDOPackage::ServiceProfile& profile);
79 virtual bool reinit(
const SDOPackage::ServiceProfile& profile);
88 virtual const SDOPackage::ServiceProfile&
getProfile()
const;
113 #endif // RTC_LOGGERCONSUMER_H
virtual const SDOPackage::ServiceProfile & getProfile() const
getting ServiceProfile
DLL_EXPORT void LoggerConsumerInit()
CorbaConsumer< OpenRTM::Logger > m_logger
virtual void finalize()
Finalization.
virtual bool reinit(const SDOPackage::ServiceProfile &profile)
Re-initialization.
RTC::RTObject_impl * m_rtobj
virtual ~LoggerConsumer()
dtor
LoggerConsumer()
ctor of LoggerConsumer
virtual bool init(RTObject_impl &rtobj, const SDOPackage::ServiceProfile &profile)
Initialization.
SDOPackage::ServiceProfile m_profile
SDO service consumer base class and its factory.