Uses of Class
RTC.ExecutionContextProfile

Packages that use ExecutionContextProfile
jp.go.aist.rtm.RTC.executionContext   
OpenRTM   
RTC   
 

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

Fields in jp.go.aist.rtm.RTC.executionContext declared as ExecutionContextProfile
protected  ExecutionContextProfile PeriodicExecutionContext.m_profile
          ExecutionContextProfileです。
 

Methods in jp.go.aist.rtm.RTC.executionContext that return ExecutionContextProfile
 ExecutionContextProfile PeriodicExecutionContext.get_profile()
          ExecutionContextProfile を取得します。
 

Uses of ExecutionContextProfile in OpenRTM
 

Methods in OpenRTM that return ExecutionContextProfile
 ExecutionContextProfile _ExtTrigExecutionContextServiceStub.get_profile()
           
 

Uses of ExecutionContextProfile in RTC
 

Fields in RTC declared as ExecutionContextProfile
 ExecutionContextProfile ExecutionContextProfileHolder.value
           
 ExecutionContextProfile[] ExecutionContextProfileListHolder.value
           
 

Methods in RTC that return ExecutionContextProfile
static ExecutionContextProfile[] ExecutionContextProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionContextProfile ExecutionContextProfileHelper.extract(org.omg.CORBA.Any a)
           
 ExecutionContextProfile _ExecutionContextServiceStub.get_profile()
           
 ExecutionContextProfile ExecutionContextServiceOperations.get_profile()
           
static ExecutionContextProfile[] ExecutionContextProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContextProfile ExecutionContextProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type ExecutionContextProfile
ExecutionContextProfileHolder(ExecutionContextProfile initialValue)
           
ExecutionContextProfileListHolder(ExecutionContextProfile[] initialValue)