OpenRTM-aist-Python 1.1.2
|
ExecutionContext Factory class. [詳解]
クラス | |
class | OpenRTM_aist.ECFactory.ECFactoryBase |
ECFactoryBase 抽象クラス [詳解] | |
class | OpenRTM_aist.ECFactory.ECFactoryPython |
ECFactoryPython クラス [詳解] | |
関数 | |
def | OpenRTM_aist.ECFactory.ECDelete (ec) |
ExecutionContext破棄用関数 [詳解] | |
ExecutionContext Factory class.
Copyright (C) 2007-2008 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
def OpenRTM_aist.ECFactory.ECDelete | ( | ec | ) |
ExecutionContext破棄用関数
ExecutionContextのインスタンスを破棄するための関数。
ec | 破棄対象ExecutionContextのインスタンス |