Uses of Class
RTC.ComponentProfile

Packages that use ComponentProfile
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
RTM   
 

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

Fields in jp.go.aist.rtm.RTC declared as ComponentProfile
protected  ComponentProfile RTObject_impl.m_profile
           ComponentProfile
 

Methods in jp.go.aist.rtm.RTC that return ComponentProfile
 ComponentProfile RTObject_impl.get_component_profile()
           [RTObject CORBA interface] Get RTC's profile
 ComponentProfile[] ManagerServant.get_component_profiles()
           Getting RT-Component's profile list running on this manager
 

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

Fields in jp.go.aist.rtm.RTC.executionContext declared as ComponentProfile
 ComponentProfile PeriodicECOrganization.Member.profile_
          ComponentProfile
 

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

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

Uses of ComponentProfile in OpenRTM
 

Methods in OpenRTM that return ComponentProfile
 ComponentProfile _DataFlowComponentStub.get_component_profile()
           
 

Uses of ComponentProfile in RTC
 

Fields in RTC declared as ComponentProfile
 ComponentProfile ComponentProfileHolder.value
           
 ComponentProfile[] ComponentProfileListHolder.value
           
 

Methods in RTC that return ComponentProfile
static ComponentProfile[] ComponentProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ComponentProfile ComponentProfileHelper.extract(org.omg.CORBA.Any a)
           
 ComponentProfile _RTObjectStub.get_component_profile()
           
 ComponentProfile RTObjectOperations.get_component_profile()
           
static ComponentProfile[] ComponentProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ComponentProfile ComponentProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type ComponentProfile
static void ComponentProfileHelper.insert(org.omg.CORBA.Any a, ComponentProfile that)
           
static void ComponentProfileListHelper.insert(org.omg.CORBA.Any a, ComponentProfile[] that)
           
static void ComponentProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentProfile value)
           
static void ComponentProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentProfile[] value)
           
 

Constructors in RTC with parameters of type ComponentProfile
ComponentProfileHolder(ComponentProfile initialValue)
           
ComponentProfileListHolder(ComponentProfile[] initialValue)
           
 

Uses of ComponentProfile in RTM
 

Methods in RTM that return ComponentProfile
 ComponentProfile[] _ManagerStub.get_component_profiles()
           
 ComponentProfile[] ManagerOperations.get_component_profiles()