OpenRTM-aist-Python 1.1.2
|
公開メンバ関数 | |
def | __init__ |
コンストラクタ [詳解] | |
def | run |
ORB 実行処理 [詳解] | |
def | wait |
ORB wait処理 [詳解] | |
def | close |
ORB 終了処理(未実装) [詳解] | |
def OpenRTM_aist.Manager.Manager.OrbRunner.__init__ | ( | self, | |
orb | |||
) |
コンストラクタ
コンストラクタ
self | |
orb | ORB |
def OpenRTM_aist.Manager.Manager.OrbRunner.close | ( | self, | |
flags | |||
) |
ORB 終了処理(未実装)
ORB 終了処理
self | |
flags | 終了処理フラグ |
def OpenRTM_aist.Manager.Manager.OrbRunner.run | ( | self | ) |
ORB 実行処理
ORB 実行
self |
def OpenRTM_aist.Manager.Manager.OrbRunner.wait | ( | self | ) |
ORB wait処理
ORB wait
self |