Public メソッド | |
__init__ (name, outport) | |
コンストラクタ | |
__del__ () | |
デストラクタ | |
publishInterfaces (connector_profile) | |
Interface 情報を公開する. | |
subscribeInterfaces (connector_profile) | |
Interface 情報を取得する. | |
unsubscribeInterfaces (connector_profile) | |
Interface の接続を解除する. | |
__init__ (prop) | |
__call__ (provider) | |
__init__ (prop) | |
__call__ (consumer) | |
__init__ (prof=None, subs=None) | |
__call__ (cons) |
|
|
|
|
|
|
|
デストラクタ
|
|
|
|
|
|
|
|
コンストラクタ
|
|
Interface 情報を公開する. このオペレーションは、notify_connect() 処理シーケンスの始めにコール される関数である。 notify_connect() では、
の順に関数がコールされ接続処理が行われる。
|
|
Interface 情報を取得する. このオペレーションは、notify_connect() 処理シーケンスの中間にコール される関数である。 notify_connect() では、
の順に関数がコールされ接続処理が行われる。
|
|
Interface の接続を解除する. このオペレーションは、notify_disconnect() 処理シーケンスの終わりにコール される純粋仮想関数である。 notify_disconnect() では、
|