Uses of Class
RTC.LifeCycleState

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

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

Fields in jp.go.aist.rtm.RTC.executionContext with type parameters of type LifeCycleState
 StateMachine<LifeCycleState,PeriodicExecutionContext.DFPBase> PeriodicExecutionContext.DFPBase.m_sm
          ExecutionContextのStateMachine
 

Methods in jp.go.aist.rtm.RTC.executionContext that return LifeCycleState
 LifeCycleState PeriodicExecutionContext.get_component_state(LightweightRTObject comp)
          コンポーネントの状態を取得します。
 LifeCycleState PeriodicExecutionContext.DFPBase.get_state()
          現在の状態を取得します。
 

Uses of LifeCycleState in OpenRTM
 

Methods in OpenRTM that return LifeCycleState
 LifeCycleState _ExtTrigExecutionContextServiceStub.get_component_state(LightweightRTObject comp)
           
 

Uses of LifeCycleState in RTC
 

Fields in RTC declared as LifeCycleState
static LifeCycleState LifeCycleState.ACTIVE_STATE
           
static LifeCycleState LifeCycleState.CREATED_STATE
           
static LifeCycleState LifeCycleState.ERROR_STATE
           
static LifeCycleState LifeCycleState.INACTIVE_STATE
           
 LifeCycleState LifeCycleStateHolder.value
           
 

Methods in RTC that return LifeCycleState
static LifeCycleState LifeCycleStateHelper.extract(org.omg.CORBA.Any a)
           
static LifeCycleState LifeCycleState.from_int(int value)
           
 LifeCycleState _ExecutionContextServiceStub.get_component_state(LightweightRTObject comp)
           
 LifeCycleState _ExecutionContextStub.get_component_state(LightweightRTObject comp)
           
 LifeCycleState ExecutionContextOperations.get_component_state(LightweightRTObject comp)
           
static LifeCycleState LifeCycleStateHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type LifeCycleState
static void LifeCycleStateHelper.insert(org.omg.CORBA.Any a, LifeCycleState that)
           
static void LifeCycleStateHelper.write(org.omg.CORBA.portable.OutputStream ostream, LifeCycleState value)
           
 

Constructors in RTC with parameters of type LifeCycleState
LifeCycleStateHolder(LifeCycleState initialValue)