Uses of Class
_SDOPackage.SDOListHolder

Packages that use SDOListHolder
jp.go.aist.rtm.RTC.util   
 

Uses of SDOListHolder in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type SDOListHolder
static void CORBA_SeqUtil.erase(SDOListHolder seq, int index)
           Erase the element of the specified index
static void CORBA_SeqUtil.push_back_list(SDOListHolder seq1, SDOListHolder seq2)
           Adds another _SDOPackage.SDO object sequence to the end of the sequence.
static void CORBA_SeqUtil.push_back(SDOListHolder seq, SDO elem)
           Adds SDO at the end of CORBA sequence.