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

More...

Inheritance diagram for OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer:
OpenRTM_aist.InPortConsumer.InPortConsumer OpenRTM_aist.DataPortStatus.DataPortStatus

Public Member Functions

 __init__ (self)
 
 __del__ (self)
 
 init (self, prop)
 
 put (self, data)
 
 publishInterfaceProfile (self, properties)
 
 subscribeInterface (self, properties)
 
 unsubscribeInterface (self, properties)
 
- Public Member Functions inherited from OpenRTM_aist.DataPortStatus.DataPortStatus
 toString (status)
 

Additional Inherited Members

- Static Public Attributes inherited from OpenRTM_aist.DataPortStatus.DataPortStatus
int PORT_OK = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.__init__ ( self)

Constructor

Constructor

Parameters
self

Reimplemented from OpenRTM_aist.DataPortStatus.DataPortStatus.

◆ __del__()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.__del__ ( self)

Destructor

Destructor

Parameters
self

Member Function Documentation

◆ init()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.init ( self,
prop )

Initializing configuration

virtual void init(coil.Properties& prop);

◆ publishInterfaceProfile()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.publishInterfaceProfile ( self,
properties )

Publish InterfaceProfile information

Parameters
self
propertiesProperties to get InterfaceProfile information

virtual void publishInterfaceProfile(SDOPackage.NVList& properties);

◆ put()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.put ( self,
data )

Parameters
self
data
Returns

virtual ReturnCode put(const cdrMemoryStream& data);

Reimplemented from OpenRTM_aist.InPortConsumer.InPortConsumer.

◆ subscribeInterface()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.subscribeInterface ( self,
properties )

Subscribe to the data sending notification

Parameters
self
propertiesInformation for subscription
Returns
Subscription result (Successful:true, Failed:false)

virtual bool subscribeInterface(const SDOPackage.NVList& properties);

◆ unsubscribeInterface()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.unsubscribeInterface ( self,
properties )

Unsubscribe the data send notification

Parameters
self
propertiesInformation for unsubscription

virtual void unsubscribeInterface(const SDOPackage.NVList& properties);


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