OpenRTM-aist-Python 2.0.2
OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase Class Reference

More...

Inheritance diagram for OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase:
OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerFactory

Public Member Functions

 init (self, rtobj, profile)
 
 reinit (self, profile)
 
 getProfile (self)
 
 finalize (self)
 

Detailed Description

 

Member Function Documentation

◆ finalize()

OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase.finalize ( self)

Finalization

virtual void finalize() = 0;

◆ getProfile()

OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase.getProfile ( self)

Getting ServiceProfile

virtual const SDOPackage.ServiceProfile& getProfile() const = 0;

◆ init()

OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase.init ( self,
rtobj,
profile )

Initialization function of the consumer class

virtual bool init(RTObject_impl& rtobj, const SDOPackage.ServiceProfile& profile) = 0;

◆ reinit()

OpenRTM_aist.SdoServiceConsumerBase.SdoServiceConsumerBase.reinit ( self,
profile )

Reinitialization function of the consumer class

virtual bool reinit(const SDOPackage.ServiceProfile& profile) = 0;


The documentation for this class was generated from the following file: