|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.go.aist.rtm.RTC.executionContext.PeriodicExecutionContext.Comp
protected class PeriodicExecutionContext.Comp
ExecutionContextにattachされたコンポーネントのメソッド呼出用クラスです。
| フィールドの概要 | |
|---|---|
LightweightRTObject |
_ref
StateMachine管理対象コンポーネントです。 |
PeriodicExecutionContext.DFP |
_sm
対象コンポーネントのStateMachineです。 |
| コンストラクタの概要 | |
|---|---|
PeriodicExecutionContext.Comp(LightweightRTObject ref,
DataFlowComponent dfp,
int id)
コンストラクタです。 |
|
PeriodicExecutionContext.Comp(PeriodicExecutionContext.Comp comp)
コンストラクタです。 |
|
| メソッドの概要 | |
|---|---|
void |
invoke_on_rate_changed()
RateChanged時に呼び出されるメソッドです。 |
void |
invoke_on_shutdown()
ShutDown時に呼び出されるメソッドです。 |
void |
invoke_on_startup()
StartUp時に呼び出されるメソッドです。 |
void |
invoke()
ExecutionContextから呼び出されるメソッドです。 |
PeriodicExecutionContext.Comp |
substitute(PeriodicExecutionContext.Comp comp)
コンポーネントをコピーします。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public LightweightRTObject _ref
StateMachine管理対象コンポーネントです。
public PeriodicExecutionContext.DFP _sm
対象コンポーネントのStateMachineです。
| コンストラクタの詳細 |
|---|
public PeriodicExecutionContext.Comp(LightweightRTObject ref,
DataFlowComponent dfp,
int id)
コンストラクタです。
ref - 対象コンポーネントdfp - ExecutionContextの対象StateMachineid - ExecutionContextのIDpublic PeriodicExecutionContext.Comp(PeriodicExecutionContext.Comp comp)
コンストラクタです。
comp - 対象コンポーネント| メソッドの詳細 |
|---|
public PeriodicExecutionContext.Comp substitute(PeriodicExecutionContext.Comp comp)
コンポーネントをコピーします。
comp - 対象コンポーネントpublic void invoke()
ExecutionContextから呼び出されるメソッドです。
public void invoke_on_startup()
StartUp時に呼び出されるメソッドです。
public void invoke_on_shutdown()
ShutDown時に呼び出されるメソッドです。
public void invoke_on_rate_changed()
RateChanged時に呼び出されるメソッドです。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||