RTC
インタフェース ExecutionContextOperations
- 既知のサブインタフェースの一覧:
- ExecutionContext, ExecutionContextService, ExecutionContextServiceOperations, ExtTrigExecutionContextService, ExtTrigExecutionContextServiceOperations
- 既知の実装クラスの一覧:
- _ExecutionContextServiceStub, _ExecutionContextStub, _ExtTrigExecutionContextServiceStub, ExecutionContextBase, ExecutionContextPOA, ExecutionContextServicePOA, ExtTrigExecutionContext, ExtTrigExecutionContextServicePOA, OpenHRPExecutionContext, PeriodicExecutionContext
public interface ExecutionContextOperations
RTC/ExecutionContextOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from idl/OpenRTM.idl
Thursday, March 3, 2011 3:01:41 PM JST
is_running
boolean is_running()
start
ReturnCode_t start()
stop
ReturnCode_t stop()
get_rate
double get_rate()
set_rate
ReturnCode_t set_rate(double rate)
add_component
ReturnCode_t add_component(LightweightRTObject comp)
remove_component
ReturnCode_t remove_component(LightweightRTObject comp)
activate_component
ReturnCode_t activate_component(LightweightRTObject comp)
deactivate_component
ReturnCode_t deactivate_component(LightweightRTObject comp)
reset_component
ReturnCode_t reset_component(LightweightRTObject comp)
get_component_state
LifeCycleState get_component_state(LightweightRTObject comp)
get_kind
ExecutionKind get_kind()