OpenRTM_aist.OutPortConnector.OutPortConnector Class Reference

I£îPortConnector base class. More...

Inheritance diagram for OpenRTM_aist.OutPortConnector.OutPortConnector:
OpenRTM_aist.ConnectorBase.ConnectorBase OpenRTM_aist.DataPortStatus.DataPortStatus OpenRTM_aist.OutPortPullConnector.OutPortPullConnector OpenRTM_aist.OutPortPushConnector.OutPortPushConnector

List of all members.

Public Member Functions

def __init__
 Constructor.
def __del__
 Destructor.
def profile
 Getting ConnectorInfo.
def id
 Getting Connector ID.
def name
 Getting Connector name.

Detailed Description

I£îPortConnector base class.

The base class to derive subclasses for OutPort's Push/Pull Connectors

Since:
1.0.0

Member Function Documentation

def OpenRTM_aist.OutPortConnector.OutPortConnector.__init__ (   self,
  info 
)

Constructor.

OutPortConnector(ConnectorInfo& info);

def OpenRTM_aist.OutPortConnector.OutPortConnector.id (   self  ) 

Getting Connector ID.

This operation returns Connector ID

const char* id();

Reimplemented from OpenRTM_aist.ConnectorBase.ConnectorBase.

def OpenRTM_aist.OutPortConnector.OutPortConnector.name (   self  ) 

Getting Connector name.

This operation returns Connector name

const char* name();

Reimplemented from OpenRTM_aist.ConnectorBase.ConnectorBase.

def OpenRTM_aist.OutPortConnector.OutPortConnector.profile (   self  ) 

Getting ConnectorInfo.

This operation returns ConnectorInfo

const ConnectorInfo& profile();

Reimplemented from OpenRTM_aist.ConnectorBase.ConnectorBase.


The documentation for this class was generated from the following file:
Generated on Mon Mar 2 14:14:05 2015 for OpenRTM-aist-1.1.0-Python by  doxygen 1.6.3