Uses of Class
_SDOPackage.ServiceProfileListHolder

Packages that use ServiceProfileListHolder
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
 

Uses of ServiceProfileListHolder in jp.go.aist.rtm.RTC
 

Fields in jp.go.aist.rtm.RTC declared as ServiceProfileListHolder
protected  ServiceProfileListHolder RTObject_impl.m_sdoSvcProfiles
           SDOService Profile List
 

Uses of ServiceProfileListHolder in jp.go.aist.rtm.RTC.SDOPackage
 

Fields in jp.go.aist.rtm.RTC.SDOPackage declared as ServiceProfileListHolder
protected  ServiceProfileListHolder Configuration_impl.m_serviceProfiles
           List of ServiceProfile
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return ServiceProfileListHolder
 ServiceProfileListHolder Configuration_impl.getServiceProfiles()
           [CORBA interface] Gets all DeviceProfiles of SDO
 

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type ServiceProfileListHolder
static void CORBA_SeqUtil.erase(ServiceProfileListHolder seq, int index)
           Erase the element of the specified index
static void CORBA_SeqUtil.push_back(ServiceProfileListHolder seq, ServiceProfile elem)
           Adds ServiceProfile at the end of CORBA sequence.