Public Member Functions | Private Attributes
OpenRTM_aist.InPortCorbaCdrProvider.InPortCorbaCdrProvider Class Reference

InPortCorbaCdrProvider class. More...

Inheritance diagram for OpenRTM_aist.InPortCorbaCdrProvider.InPortCorbaCdrProvider:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __del__
 Destructor.
def __init__
 Constructor.
def convertReturn
def init
 virtual void init(coil::Properties& prop);
def onBufferFull
 inline void onBufferFull(const cdrMemoryStream& data)
def onBufferWrite
 Connector data listener functions.
def onBufferWriteOverwrite
 inline void onBufferWriteOverwrite(const cdrMemoryStream& data)
def onBufferWriteTimeout
 inline void onBufferWriteTimeout(const cdrMemoryStream& data)
def onReceived
 inline void onReceived(const cdrMemoryStream& data)
def onReceiverError
 inline void onReceiverError(const cdrMemoryStream& data)
def onReceiverFull
 inline void onReceiverFull(const cdrMemoryStream& data)
def onReceiverTimeout
 inline void onReceiverTimeout(const cdrMemoryStream& data)
def put
 [CORBA interface] Write data into the buffer
def setBuffer
 virtual void setBuffer(BufferBase<cdrMemoryStream>* buffer);
def setListener

Private Attributes

 _buffer
 _listeners
 _objref
 _profile

Detailed Description

InPortCorbaCdrProvider class.

This is an implementation class of the input port Provider that uses CORBA for means of communication.

Parameters:
DataTypeData type held by the buffer that attached to this provider.
Since:
0.4.0

Definition at line 50 of file InPortCorbaCdrProvider.py.


Constructor & Destructor Documentation

Constructor.

Constructor Set the following items to port properties

  • Interface type : CORBA_Any
  • Data flow type : Push, Pull
  • Subscription type : Any
Parameters:
bufferBuffer object that is attached to this provider

Reimplemented from OpenRTM_aist.InPortProvider.InPortProvider.

Definition at line 81 of file InPortCorbaCdrProvider.py.

Destructor.

Destructor

Definition at line 118 of file InPortCorbaCdrProvider.py.


Member Function Documentation

Definition at line 183 of file InPortCorbaCdrProvider.py.

virtual void init(coil::Properties& prop);

Definition at line 124 of file InPortCorbaCdrProvider.py.

inline void onBufferFull(const cdrMemoryStream& data)

Definition at line 225 of file InPortCorbaCdrProvider.py.

Connector data listener functions.

inline void onBufferWrite(const cdrMemoryStream& data)

Definition at line 218 of file InPortCorbaCdrProvider.py.

inline void onBufferWriteOverwrite(const cdrMemoryStream& data)

Definition at line 238 of file InPortCorbaCdrProvider.py.

inline void onBufferWriteTimeout(const cdrMemoryStream& data)

Definition at line 232 of file InPortCorbaCdrProvider.py.

inline void onReceived(const cdrMemoryStream& data)

Definition at line 245 of file InPortCorbaCdrProvider.py.

inline void onReceiverError(const cdrMemoryStream& data)

Definition at line 266 of file InPortCorbaCdrProvider.py.

inline void onReceiverFull(const cdrMemoryStream& data)

Definition at line 252 of file InPortCorbaCdrProvider.py.

inline void onReceiverTimeout(const cdrMemoryStream& data)

Definition at line 259 of file InPortCorbaCdrProvider.py.

[CORBA interface] Write data into the buffer

Write data into the specified buffer.

Parameters:
dataThe target data for writing

virtual ::OpenRTM::PortStatus put(const ::OpenRTM::CdrData& data) throw (CORBA::SystemException);

Definition at line 158 of file InPortCorbaCdrProvider.py.

virtual void setBuffer(BufferBase<cdrMemoryStream>* buffer);

Definition at line 128 of file InPortCorbaCdrProvider.py.

Definition at line 134 of file InPortCorbaCdrProvider.py.


Member Data Documentation

Definition at line 81 of file InPortCorbaCdrProvider.py.

Definition at line 81 of file InPortCorbaCdrProvider.py.

Definition at line 81 of file InPortCorbaCdrProvider.py.

Definition at line 81 of file InPortCorbaCdrProvider.py.


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


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:29