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__ |
コンストラクタ [詳解] | |
def | publishInterfaceProfile |
InterfaceProfile情報を公開する [詳解] | |
def | publishInterface |
Interface情報を公開する [詳解] | |
def | setPortType |
ポートタイプを設定する [詳解] | |
def | setDataType |
データタイプを設定する [詳解] | |
def | setInterfaceType |
インターフェースタイプを設定する [詳解] | |
def | setDataFlowType |
データフロータイプを設定する [詳解] | |
def | setSubscriptionType |
サブスクリプションタイプを設定する [詳解] | |
![]() | |
def | toString |
DataPortStatus リターンコードを文字列に変換 [詳解] | |
![]() | |
int | PORT_OK = 0 |
brief DataPortStatus リターンコード [詳解] | |