OpenRTM-aist-Python 1.1.2
|
その他の継承メンバ | |
![]() | |
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 |
オブジェクトのデストラクタを取得する [詳解] | |
![]() | |
def | init |
LocalServiceクラスの初期化関数 [詳解] | |
def | reinit |
LocalServiceクラスの再初期化関数 [詳解] | |
def | getProfile |
LocalServiceProfile を返す [詳解] | |
def | finalize |
終了処理 [詳解] | |