Uses of Interface
_SDOPackage.SDO

Packages that use SDO
_SDOPackage   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
 

Uses of SDO in _SDOPackage
 

Classes in _SDOPackage that implement SDO
 class _SDOStub
          _SDOPackage/_SDOStub.java .
 

Fields in _SDOPackage declared as SDO
 SDO[] SDOListHolder.value
           
 SDO SDOHolder.value
           
 

Methods in _SDOPackage that return SDO
 SDO SDOPOA._this()
           
 SDO SDOPOA._this(org.omg.CORBA.ORB orb)
           
static SDO SDOHelper.extract(org.omg.CORBA.Any a)
           
static SDO[] SDOListHelper.extract(org.omg.CORBA.Any a)
           
 SDO[] _OrganizationStub.get_members()
           
 SDO[] OrganizationOperations.get_members()
           
static SDO SDOHelper.narrow(org.omg.CORBA.Object obj)
           
static SDO SDOHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SDO[] SDOListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SDO SDOHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in _SDOPackage with parameters of type SDO
 boolean _OrganizationStub.add_members(SDO[] sdo_list)
           
 boolean OrganizationOperations.add_members(SDO[] sdo_list)
           
static void SDOHelper.insert(org.omg.CORBA.Any a, SDO that)
           
static void SDOListHelper.insert(org.omg.CORBA.Any a, SDO[] that)
           
 boolean _OrganizationStub.set_members(SDO[] sdos)
           
 boolean OrganizationOperations.set_members(SDO[] sdos)
           
static void SDOHelper.write(org.omg.CORBA.portable.OutputStream ostream, SDO value)
           
static void SDOListHelper.write(org.omg.CORBA.portable.OutputStream ostream, SDO[] value)
           
 

Constructors in _SDOPackage with parameters of type SDO
SDOHolder(SDO initialValue)
           
SDOListHolder(SDO[] initialValue)
           
 

Uses of SDO in jp.go.aist.rtm.RTC.executionContext
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type SDO
 boolean PeriodicECOrganization.add_members(SDO[] sdo_list)
           [CORBA interface] Add Organization member
 boolean PeriodicECOrganization.sdoToDFC(SDO sdo, DataFlowComponentHolder dfc)
          j Conversion from SDO to DFC
 boolean PeriodicECOrganization.set_members(SDO[] sdo_list)
           [CORBA interface] Set Organization member
 

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

Fields in jp.go.aist.rtm.RTC.SDOPackage declared as SDO
protected  SDO[] Organization_impl.m_memberList
          
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return SDO
 SDO[] Organization_impl.get_members()
           [CORBA interface] Get the member list of the Organization
 

Methods in jp.go.aist.rtm.RTC.SDOPackage with parameters of type SDO
 boolean Organization_impl.add_members(SDO[] sdo_list)
           [CORBA interface] Add the member SDOs
 boolean Organization_impl.set_members(SDO[] sdos)
           [CORBA interface] Set SDO
 

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type SDO
static void CORBA_SeqUtil.push_back(SDOListHolder seq, SDO elem)
           Adds SDO at the end of CORBA sequence.
 

Uses of SDO in OpenRTM
 

Subinterfaces of SDO in OpenRTM
 interface DataFlowComponent
          OpenRTM/DataFlowComponent.java .
 

Classes in OpenRTM that implement SDO
 class _DataFlowComponentStub
          OpenRTM/_DataFlowComponentStub.java .
 

Uses of SDO in RTC
 

Subinterfaces of SDO in RTC
 interface RTObject
          RTC/RTObject.java .
 

Classes in RTC that implement SDO
 class _RTObjectStub
          RTC/_RTObjectStub.java .