Package | Description |
---|---|
jp.go.aist.rtm.RTC.util |
Modifier and Type | Method and Description |
---|---|
static void |
CORBA_SeqUtil.erase(RTCListHolder seq,
int index)
Erase the element of the specified index
|
static int |
CORBA_SeqUtil.find(RTCListHolder seq,
equalFunctor f)
Return the index of CORBA sequence element that functor matches
|
static void |
CORBA_SeqUtil.push_back_list(RTCListHolder seq1,
RTCListHolder seq2)
Adds another RTC.RTObject object sequence
to the end of the sequence.
|
static void |
CORBA_SeqUtil.push_back(RTCListHolder seq,
RTObject elem)
Adds RTObject at the end of CORBA sequence.
|