public interface ExecutionContextOperations
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
ReturnCode_t | 
activate_component(LightweightRTObject comp)  | 
ReturnCode_t | 
add_component(LightweightRTObject comp)  | 
ReturnCode_t | 
deactivate_component(LightweightRTObject comp)  | 
LifeCycleState | 
get_component_state(LightweightRTObject comp)  | 
ExecutionKind | 
get_kind()  | 
double | 
get_rate()  | 
boolean | 
is_running()  | 
ReturnCode_t | 
remove_component(LightweightRTObject comp)  | 
ReturnCode_t | 
reset_component(LightweightRTObject comp)  | 
ReturnCode_t | 
set_rate(double rate)  | 
ReturnCode_t | 
start()  | 
ReturnCode_t | 
stop()  | 
boolean is_running()
ReturnCode_t start()
ReturnCode_t stop()
double get_rate()
ReturnCode_t set_rate(double rate)
ReturnCode_t add_component(LightweightRTObject comp)
ReturnCode_t remove_component(LightweightRTObject comp)
ReturnCode_t activate_component(LightweightRTObject comp)
ReturnCode_t deactivate_component(LightweightRTObject comp)
ReturnCode_t reset_component(LightweightRTObject comp)
LifeCycleState get_component_state(LightweightRTObject comp)
ExecutionKind get_kind()