Public Member Functions | |
__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 () | |
Create internal activity thread. | |
close (flags) | |
Close activity thread. | |
is_running () | |
Test for ExecutionContext running state. | |
start () | |
Start the ExecutionContext. | |
stop () | |
Stop the ExecutionContext. | |
get_rate () | |
Get executionrate(Hz). | |
set_rate (rate) | |
Set rate (Hz). | |
activate_component (comp) | |
Activate a component. | |
deactivate_component (comp) | |
Deactivate a component. | |
reset_component (comp) | |
reset a component | |
get_component_state (comp) | |
Get component's state. | |
get_kind () | |
Get the ExecutionKind. | |
add (comp) | |
Add a component. | |
remove (comp) | |
Remove the component from component list. | |
get_profile () | |
Get the 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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Activate a component.
|
|
Add a component.
|
|
Close activity thread. close() method is called when activity thread svc() is returned. This method deactivate this object and notify it to manager. ACE_Task class method override. |
|
Deactivate a component.
|
|
Get component's state.
|
|
Get the ExecutionKind.
|
|
Get the ExecutionContextProfile.
|
|
Get executionrate(Hz).
|
|
|
|
|
|
Test for ExecutionContext running state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove the component from component list.
|
|
reset a component
|
|
Create internal activity thread. Run by a daemon thread to handle deferred processing. ACE_Task class method override. |
|
Set rate (Hz).
|
|
Start the ExecutionContext.
|
|
Stop the ExecutionContext.
|
|
|