クラス DataOutPort

Outort 用 Port [詳細]


Public メソッド

def __init__
 コンストラクタ
def publishInterfaces
 Interface 情報を公開する
def subscribeInterfaces
 Interface に接続する
def unsubscribeInterfaces
 Interface の接続を解除する

データ構造

class  subscribe
 Interface接続用Functor [詳細]


説明

Outort 用 Port

データ出力ポートの実装クラス。

から:
0.4.0

DataOutPort.py36 行で定義されています。


関数

def __init__ (   self,
  name,
  outport 
)

コンストラクタ

コンストラクタ

引数:
self 
name ポート名称
outport 当該データ出力ポートに関連付けるOutPortオブジェクト

DataOutPort.py55 行で定義されています。

def publishInterfaces (   self,
  connector_profile 
)

Interface 情報を公開する

このオペレーションは、notify_connect() 処理シーケンスの始めにコール される関数である。 notify_connect() では、

の順に protected 関数がコールされ接続処理が行われる。
このオペレーションは、新規の connector_id に対しては接続の生成、 既存の connector_id に対しては更新が適切に行われる必要がある。

引数:
self 
connector_profile 接続に関するプロファイル情報
戻り値:
ReturnCode_t 型のリターンコード

DataOutPort.py114 行で定義されています。

def subscribeInterfaces (   self,
  connector_profile 
)

Interface に接続する

このオペレーションは、notify_connect() 処理シーケンスの中間にコール される関数である。 notify_connect() では、

の順に protected 関数がコールされ接続処理が行われる。

引数:
self 
connector_profile 接続に関するプロファイル情報
戻り値:
ReturnCode_t 型のリターンコード

DataOutPort.py159 行で定義されています。

def unsubscribeInterfaces (   self,
  connector_profile 
)

Interface の接続を解除する

このオペレーションは、notify_disconnect() 処理シーケンスの終わりにコール される関数である。 notify_disconnect() では、

引数:
self 
connector_profile 接続に関するプロファイル情報

DataOutPort.py208 行で定義されています。


OpenRTMに対してMon Mar 17 15:11:07 2008に生成されました。  doxygen 1.5.4