クラス
jp.go.aist.rtm.RTC.RTObjectStateMachine の使用

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

jp.go.aist.rtm.RTC での RTObjectStateMachine の使用
 

RTObjectStateMachine として宣言されている jp.go.aist.rtm.RTC のフィールド
 RTObjectStateMachine RTObjectStateMachineHolder.rtobjsm
          RTObjectStateMachineオブジェクト
 

RTObjectStateMachine 型のパラメータを持つ jp.go.aist.rtm.RTC のコンストラクタ
RTObjectStateMachineHolder(RTObjectStateMachine rtobjsm)
          コピーコンストラクタ
 

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

RTObjectStateMachine 型の型パラメータを持つ jp.go.aist.rtm.RTC.executionContext のフィールド
protected  java.util.ArrayList<RTObjectStateMachine> ExecutionContextWorker.m_addedComps
           
protected  java.util.ArrayList<RTObjectStateMachine> ExecutionContextWorker.m_comps
          コンポーネントの参加者リスト
protected  java.util.ArrayList<RTObjectStateMachine> ExecutionContextWorker.m_removedComps
           
 

RTObjectStateMachine を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 RTObjectStateMachine ExecutionContextWorker.findComponent(LightweightRTObject comp)
           
 

RTObjectStateMachine 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のメソッド
 ReturnCode_t PeriodicExecutionContext.onActivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExtTrigExecutionContext.onActivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExecutionContextBase.onActivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t PeriodicExecutionContext.onDeactivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExtTrigExecutionContext.onDeactivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExecutionContextBase.onDeactivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t PeriodicExecutionContext.onReset(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExtTrigExecutionContext.onReset(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExecutionContextBase.onReset(RTObjectStateMachine comp, long count)
           
 ReturnCode_t PeriodicExecutionContext.onWaitingActivated(RTObjectStateMachine comp, long count)
          onWaitingActivated() template function
 ReturnCode_t ExtTrigExecutionContext.onWaitingActivated(RTObjectStateMachine comp, long count)
          onWaitingActivated() template function
 ReturnCode_t ExecutionContextBase.onWaitingActivated(RTObjectStateMachine comp, long count)
          onWaitingActivated() template function
 ReturnCode_t PeriodicExecutionContext.onWaitingDeactivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExtTrigExecutionContext.onWaitingDeactivated(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExecutionContextBase.onWaitingDeactivated(RTObjectStateMachine comp, long count)
          onWaitingDeactivated() template function
 ReturnCode_t PeriodicExecutionContext.onWaitingReset(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExtTrigExecutionContext.onWaitingReset(RTObjectStateMachine comp, long count)
           
 ReturnCode_t ExecutionContextBase.onWaitingReset(RTObjectStateMachine comp, long count)
          onWaitingReset() template function
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)
           
 ReturnCode_t PeriodicExecutionContext.waitForActivated(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExtTrigExecutionContext.waitForActivated(RTObjectStateMachine rtobj)
           
 ReturnCode_t PeriodicExecutionContext.waitForDeactivated(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExtTrigExecutionContext.waitForDeactivated(RTObjectStateMachine rtobj)
           
 ReturnCode_t PeriodicExecutionContext.waitForReset(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExtTrigExecutionContext.waitForReset(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)