パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC | |
jp.go.aist.rtm.RTC.util |
修飾子とタイプ | フィールドと説明 |
---|---|
protected ExecutionContextServiceListHolder |
RTObject_impl.m_ecMine
自分がownerのExecutionContextService のリスト
|
protected ExecutionContextServiceListHolder |
RTObject_impl.m_ecOther
参加しているExecutionContextService のリスト
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
CORBA_SeqUtil.erase(ExecutionContextServiceListHolder seq,
int index)
シーケンス内の指定された位置の要素を削除する
|
static int |
CORBA_SeqUtil.find(ExecutionContextServiceListHolder seq,
equalFunctor f)
指定されたシーケンス内の指定条件に合致する
ExecutionContextServiceオブジェクトのインデクスを取得する。
|
static operatorFunc |
CORBA_SeqUtil.for_each(ExecutionContextServiceListHolder seq,
operatorFunc func)
CORBA sequence に対して functor を適用する。
|
static void |
CORBA_SeqUtil.push_back(ExecutionContextServiceListHolder seq,
ExecutionContextService elem)
シーケンスの末尾にExecutionContextServiceオブジェクトを追加する。
|