Uses of Interface
jp.go.aist.rtm.RTC.executionContext.ExecutionContextBase

Packages that use ExecutionContextBase
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
 

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

Fields in jp.go.aist.rtm.RTC with type parameters of type ExecutionContextBase
protected  java.util.Vector<ExecutionContextBase> RTObject_impl.m_eclist
           List of ExecutionContextBase
protected  java.util.Vector<ExecutionContextBase> Manager.m_ecs
           ExecutionContext
 

Methods in jp.go.aist.rtm.RTC that return ExecutionContextBase
 ExecutionContextBase Manager.createContext(java.lang.String ec_args)
           Create Context
 

Methods in jp.go.aist.rtm.RTC with parameters of type ExecutionContextBase
protected  ReturnCode_t RTObject_impl.findExistingEC(Properties ec_arg, ExecutionContextBase ec)
           fiding existing EC from the factory
 

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

Classes in jp.go.aist.rtm.RTC.executionContext that implement ExecutionContextBase
 class ExtTrigExecutionContext
           ExecutionContext class that enables one step execution
 class OpenHRPExecutionContext
           OpenHRPExecutionContext
 class PeriodicExecutionContext
          Periodic Sampled Data Processing(周期実行用)ExecutionContextクラスです。
 

Methods in jp.go.aist.rtm.RTC.executionContext that return ExecutionContextBase
abstract  ExecutionContextBase ECFactoryBase.create()
          生成対象のExecutionContextクラスのインスタンスを生成するための抽象メソッドです。
 ExecutionContextBase ECFactoryJava.create()
          生成対象のExecutionContextクラスのインスタンスを生成します。
 ExecutionContextBase PeriodicExecutionContext.creator_()
           Creats PeriodicExecutionContext
 ExecutionContextBase ExtTrigExecutionContext.creator_()
           Creats OpenHRPExecutionContext
abstract  ExecutionContextBase ECFactoryBase.destroy(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄するための抽象メソッドです。
 ExecutionContextBase ECFactoryJava.destroy(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄します。
 ExecutionContextBase PeriodicExecutionContext.ECNewFunc()
          ExecutionContextのインスタンスを取得します。
 ExecutionContextBase ExtTrigExecutionContext.ECNewFunc()
          ExecutionContextのインスタンスを取得します。
 ExecutionContextBase ECNewDeleteFunc.ECNewFunc()
          ExecutionContextのインスタンスを生成します。
 ExecutionContextBase OpenHRPExecutionContext.ECNewFunc()
           ECNewFunc
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type ExecutionContextBase
abstract  ExecutionContextBase ECFactoryBase.destroy(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄するための抽象メソッドです。
 ExecutionContextBase ECFactoryJava.destroy(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄します。
 java.lang.Object PeriodicExecutionContext.ECDeleteFunc(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄します。
 java.lang.Object ExtTrigExecutionContext.ECDeleteFunc(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄します。
 java.lang.Object ECNewDeleteFunc.ECDeleteFunc(ExecutionContextBase comp)
          ExecutionContextのインスタンスを破棄します。
 java.lang.Object OpenHRPExecutionContext.ECDeleteFunc(ExecutionContextBase comp)
           ECDeleteFunc