クラス
RTC.LifeCycleState の使用

LifeCycleState を使用しているパッケージ
jp.go.aist.rtm.RTC.executionContext   
OpenRTM   
RTC   
 

jp.go.aist.rtm.RTC.executionContext での LifeCycleState の使用
 

LifeCycleState 型の型パラメータを持つ jp.go.aist.rtm.RTC.executionContext のフィールド
 StateMachine<LifeCycleState,PeriodicExecutionContext.DFPBase> PeriodicExecutionContext.DFPBase.m_sm
          ExecutionContextのStateMachine
 

LifeCycleState を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 LifeCycleState PeriodicExecutionContext.get_component_state(LightweightRTObject comp)
          コンポーネントの状態を取得します。
 LifeCycleState PeriodicExecutionContext.DFPBase.get_state()
          現在の状態を取得します。
 

OpenRTM での LifeCycleState の使用
 

LifeCycleState を返す OpenRTM のメソッド
 LifeCycleState _ExtTrigExecutionContextServiceStub.get_component_state(LightweightRTObject comp)
           
 

RTC での LifeCycleState の使用
 

LifeCycleState として宣言されている RTC のフィールド
static LifeCycleState LifeCycleState.ACTIVE_STATE
           
static LifeCycleState LifeCycleState.CREATED_STATE
           
static LifeCycleState LifeCycleState.ERROR_STATE
           
static LifeCycleState LifeCycleState.INACTIVE_STATE
           
 LifeCycleState LifeCycleStateHolder.value
           
 

LifeCycleState を返す RTC のメソッド
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)
           
 

LifeCycleState 型のパラメータを持つ RTC のメソッド
static void LifeCycleStateHelper.insert(org.omg.CORBA.Any a, LifeCycleState that)
           
static void LifeCycleStateHelper.write(org.omg.CORBA.portable.OutputStream ostream, LifeCycleState value)
           
 

LifeCycleState 型のパラメータを持つ RTC のコンストラクタ
LifeCycleStateHolder(LifeCycleState initialValue)