Uses of Interface
jp.go.aist.rtm.RTC.RtcNewFunc

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

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

Fields in jp.go.aist.rtm.RTC declared as RtcNewFunc
protected  RtcNewFunc FactoryJava.m_New
           Interface of created component
protected  RtcNewFunc FactoryGlobal.m_New
           Interface for component creation variable
 

Methods in jp.go.aist.rtm.RTC with parameters of type RtcNewFunc
 boolean Manager.registerFactory(Properties profile, RtcNewFunc new_func, RtcDeleteFunc delete_func)
           Register RT-Component Factory
 

Constructors in jp.go.aist.rtm.RTC with parameters of type RtcNewFunc
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc)
           Constructor
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc, NumberingPolicy policy)
           Constructor
 

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

Classes in jp.go.aist.rtm.RTC.executionContext that implement RtcNewFunc
 class PeriodicECSharedComposite
          データフロー型RTコンポーネント基底クラスです。