パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC.port | |
jp.go.aist.rtm.RTC.util |
修飾子とタイプ | メソッドと説明 |
---|---|
PortServiceListHolder |
PortAdmin.getPortList()
登録されているPortのリストを取得します。
|
PortServiceListHolder |
PortAdmin.getPortServiceList()
Port リストの取得
addPort() により登録された Port の リストを取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static PortServiceListHolder |
PortListHolderFactory.clone(PortServiceListHolder rhs)
ポートサービスリストホルダーの複製を生成する
|
static PortServiceListHolder |
PortServiceListHolderFactory.clone(PortServiceListHolder rhs)
ポートサービスリストホルダーの複製を生成する
|
static PortServiceListHolder |
PortListHolderFactory.create()
ポートサービスリストホルダーを生成する
|
static PortServiceListHolder |
PortServiceListHolderFactory.create()
ポートサービスリストホルダーを生成する
|
修飾子とタイプ | メソッドと説明 |
---|---|
static PortServiceListHolder |
PortListHolderFactory.clone(PortServiceListHolder rhs)
ポートサービスリストホルダーの複製を生成する
|
static PortServiceListHolder |
PortServiceListHolderFactory.clone(PortServiceListHolder rhs)
ポートサービスリストホルダーの複製を生成する
|
static void |
CORBA_SeqUtil.erase_if(PortServiceListHolder seq,
equalFunctor f)
シーケンス内の条件に合致する要素を削除する
|
static void |
CORBA_SeqUtil.erase(PortServiceListHolder seq,
int index)
シーケンス内の指定された位置の要素を削除する
|
static int |
CORBA_SeqUtil.find(PortServiceListHolder seq,
equalFunctor func)
指定されたシーケンス内の指定条件に合致するPortオブジェクトの
インデクスを取得する。
|
static operatorFunc |
CORBA_SeqUtil.for_each(PortServiceListHolder seq,
operatorFunc func)
CORBA sequence に対して functor を適用する。
|
static void |
CORBA_SeqUtil.push_back(PortServiceListHolder seq,
PortService elem)
シーケンスの末尾にPortServiceオブジェクトを追加する。
|