Uses of Class
jp.go.aist.rtm.RTC.Manager

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

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

Fields in jp.go.aist.rtm.RTC declared as Manager
protected  Manager NamingManager.m_manager
           Manager object
 Manager Manager.Terminator.m_manager
           Manager object
protected  Manager RTObject_impl.m_pManager
           Manager object
protected static Manager Manager.manager
           This field is the only Manager instance.
 

Methods in jp.go.aist.rtm.RTC that return Manager
static Manager Manager.init(java.lang.String[] argv)
           Initialize manager
static Manager Manager.instance()
           Get instance of the manager
 

Methods in jp.go.aist.rtm.RTC with parameters of type Manager
abstract  RTObject_impl FactoryBase.create(Manager mgr)
           Create components
 RTObject_impl FactoryJava.create(Manager mgr)
           Creates the component
 RTObject_impl RtcNewFunc.createRtc(Manager mgr)
           Creates the component.
 void ModuleInitProc.myModuleInit(Manager mgr)
           After Manager is initialized and made active, this method is called.
 

Constructors in jp.go.aist.rtm.RTC with parameters of type Manager
DataFlowComponentBase(Manager manager)
           Constructor
Manager.Terminator(Manager manager)
           Constructor
Manager(Manager rhs)
           Copy Constructor
NamingManager(Manager manager)
           Constructor
RTObject_impl(Manager manager)
           Constructor
 

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

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type Manager
 RTObject_impl PeriodicECSharedComposite.createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
static void ExtTrigExecutionContext.ExtTrigExecutionContextInit(Manager manager)
          このExecutionContextを生成するFactoryクラスを ExecutionContext用ObjectManagerに登録します。
static void OpenHRPExecutionContext.OpenHRPExecutionContextInit(Manager manager)
           OpenHRPExecutionContextInit
static void PeriodicECSharedComposite.PeriodicECSharedCompositeInit(Manager manager)
          PeriodicECsharedCompositeの初期化を行います。
static void PeriodicExecutionContext.PeriodicExecutionContextInit(Manager manager)
          このExecutionContextを生成するFactoryクラスを ExecutionContext用ObjectManagerに登録します。
 

Constructors in jp.go.aist.rtm.RTC.executionContext with parameters of type Manager
PeriodicECSharedComposite_impl(Manager manager)
          コンストラクタ