OpenRTM-aist-Python 1.1.2
|
ECFactoryPython クラス [詳解]
公開メンバ関数 | |
def | __init__ |
コンストラクタ [詳解] | |
def | name |
生成対象ExecutionContext名称を取得 [詳解] | |
def | create |
生成対象ExecutionContextインスタンスを生成 [詳解] | |
def | destroy |
対象ExecutionContextインスタンスを破棄 [詳解] | |
![]() | |
def | name |
生成対象ExecutionContext名称取得用関数(サブクラス実装用) [詳解] | |
def | create |
ExecutionContext生成用関数(サブクラス実装用) [詳解] | |
def | destroy |
ExecutionContext破棄用関数(サブクラス実装用) [詳解] | |
def OpenRTM_aist.ECFactory.ECFactoryPython.__init__ | ( | self, | |
name, | |||
new_func, | |||
delete_func | |||
) |
コンストラクタ
コンストラクタ
self | |
name | 生成対象ExecutionContext名称 |
new_func | ExecutionContext生成用関数 |
delete_func | ExecutionContext破棄用関数 |
def OpenRTM_aist.ECFactory.ECFactoryPython.create | ( | self | ) |
生成対象ExecutionContextインスタンスを生成
生成対象のExecutionContextクラスのインスタンスを生成する。
self |
def OpenRTM_aist.ECFactory.ECFactoryPython.destroy | ( | self, | |
ec | |||
) |
対象ExecutionContextインスタンスを破棄
対象ExecutionContextクラスのインスタンスを破棄する。
self | |
ec | 破棄対象ExecutionContextインスタンス |
def OpenRTM_aist.ECFactory.ECFactoryPython.name | ( | self | ) |
生成対象ExecutionContext名称を取得
生成対象のExecutionContext名称を取得する。
self |