Public メソッド | |
__init__ (obj, id_) | |
__del__ () | |
on_startup () | |
on_shutdown () | |
on_activated (st) | |
on_deactivated (st) | |
on_aborting (st) | |
on_error (st) | |
on_reset (st) | |
on_execute (st) | |
on_state_update (st) | |
on_rate_changed () | |
worker () | |
get_state () | |
__init__ (owner=None, rate=None) | |
__del__ () | |
getRef () | |
run () | |
コンポーネントのアクティビティスレッド関数 | |
close (flags) | |
コンポーネントのアクティビティスレッド終了関数 | |
is_running () | |
ExecutionContext が実行中かどうかのテスト. | |
start () | |
ExecutionContext をスタートさせる. | |
stop () | |
ExecutionContext をストップさせる. | |
get_rate () | |
実行周期(Hz)を取得する | |
set_rate (rate) | |
実行周期(Hz)を与える | |
activate_component (comp) | |
コンポーネントをアクティブ化する | |
deactivate_component (comp) | |
コンポーネントを非アクティブ化する | |
reset_component (comp) | |
コンポーネントをリセットする。 | |
get_component_state (comp) | |
コンポーネントの状態を取得する | |
get_kind () | |
ExecutionKind を取得する. | |
add (comp) | |
コンポーネントを追加する | |
remove (comp) | |
コンポーネントをコンポーネントリストから削除する | |
get_profile () | |
ExecutionContextProfile を取得する. | |
__init__ (ref=None, dfp=None, id=None, comp=None) | |
__init__ (comp) | |
__call__ (comp) | |
__init__ () | |
__call__ (comp) | |
__init__ () | |
__call__ (comp) | |
__init__ () | |
__call__ (comp) | |
__init__ () | |
__call__ (comp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
コンポーネントをアクティブ化する
|
|
コンポーネントを追加する
|
|
コンポーネントのアクティビティスレッド終了関数 コンポーネントの内部アクティビティスレッド終了時に呼ばれる。 コンポーネントオブジェクトの非アクティブ化、マネージャへの通知を行う。 これは ACE_Task サービスクラスメソッドのオーバーライド。 |
|
コンポーネントを非アクティブ化する
|
|
コンポーネントの状態を取得する
|
|
ExecutionKind を取得する.
|
|
ExecutionContextProfile を取得する.
|
|
実行周期(Hz)を取得する
|
|
|
|
|
|
ExecutionContext が実行中かどうかのテスト.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
コンポーネントをコンポーネントリストから削除する
|
|
コンポーネントをリセットする。
|
|
コンポーネントのアクティビティスレッド関数 コンポーネントの内部アクティビティスレッドの実行関数。 これは ACE_Task サービスクラスメソッドのオーバーライド。 |
|
実行周期(Hz)を与える
|
|
ExecutionContext をスタートさせる.
|
|
ExecutionContext をストップさせる.
|
|
|