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

More...

Inheritance diagram for OpenRTM_aist.PublisherBase.PublisherBase:
OpenRTM_aist.DataPortStatus.DataPortStatus OpenRTM_aist.PublisherBase.PublisherFactory OpenRTM_aist.PublisherFlush.PublisherFlush OpenRTM_aist.PublisherNew.PublisherNew OpenRTM_aist.PublisherPeriodic.PublisherPeriodic

Public Member Functions

 init (self, prop)
 
 release (self)
 
- 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

Base class of Publisher.

A base class of Publisher*. Variation of Publisher* which implements details of Publisher inherits this PublisherBase class.

Member Function Documentation

◆ init()

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

Initializing configuration

This operation would be called to configure in initialization. In the concrete class, configuration should be performed getting appropriate information from the given Properties data. This function might be called right after instantiation and connection sequence respectivly. Therefore, this function should be implemented assuming multiple call.

Parameters
propConfiguration information

virtual ReturnCode init(coil.Properties& prop) = 0;

Reimplemented in OpenRTM_aist.PublisherFlush.PublisherFlush, OpenRTM_aist.PublisherNew.PublisherNew, and OpenRTM_aist.PublisherPeriodic.PublisherPeriodic.

◆ release()

OpenRTM_aist.PublisherBase.PublisherBase.release ( self)

Release the Publisher

Release this Publisher. When Publisher becomes unnecessary, this is invoked from PublisherFactory.

virtual void release(){}


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