OpenRTM-aist-Python 1.1.2
全メンバ一覧
OpenRTM_aist.LocalServiceBase.LocalServiceFactory クラス
OpenRTM_aist.LocalServiceBase.LocalServiceFactory の継承関係図
OpenRTM_aist.GlobalFactory.Factory OpenRTM_aist.LocalServiceBase.LocalServiceBase

その他の継承メンバ

- 基底クラス OpenRTM_aist.GlobalFactory.Factory に属する継承公開メンバ関数
def hasFactory
 bool hasFactory(const Identifier& id)
 
def getIdentifiers
 std::vector<Identifier> getIdentifiers()
 
def addFactory
 ReturnCode addFactory(const Identifier& id, Creator creator, Destructor destructor)
 
def removeFactory
 ReturnCode removeFactory(const Identifier& id)
 
def createObject
 AbstractClass* createObject(const Identifier& id)
 
def deleteObject
 ReturnCode deleteObject(const Identifier& id, AbstractClass*& obj)
 
def createdObjects
 生成済みオブジェクトリストの取得 [詳解]
 
def isProducerOf
 オブジェクトがこのファクトリの生成物かどうか調べる [詳解]
 
def objectToIdentifier
 オブジェクトからクラス識別子(ID)を取得する [詳解]
 
def objectToCreator
 オブジェクトのコンストラクタを取得する [詳解]
 
def objectToDestructor
 オブジェクトのデストラクタを取得する [詳解]
 
- 基底クラス OpenRTM_aist.LocalServiceBase.LocalServiceBase に属する継承公開メンバ関数
def init
 LocalServiceクラスの初期化関数 [詳解]
 
def reinit
 LocalServiceクラスの再初期化関数 [詳解]
 
def getProfile
 LocalServiceProfile を返す [詳解]
 
def finalize
 終了処理 [詳解]
 

このクラス詳解は次のファイルから抽出されました: