|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
OpenRTM.ExtTrigExecutionContextServicePOA
jp.go.aist.rtm.RTC.executionContext.ExecutionContextBase
public abstract class ExecutionContextBase
Periodic Sampled Data Processing(周期実行用)ExecutionContextのベースとなる 抽象クラスです。
| Constructor Summary | |
|---|---|
ExecutionContextBase()
|
|
| Method Summary | |
|---|---|
abstract ReturnCode_t |
bindComponent(RTObject_impl rtc)
bindComponent |
abstract boolean |
finalizeExecutionContext()
|
abstract ExecutionContextService |
getObjRef()
getObjRef |
void |
setObjRef(ExecutionContextService ref)
本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。 |
void |
tick()
ExecutionContextの処理を1周期分進めます。 |
| Methods inherited from class OpenRTM.ExtTrigExecutionContextServicePOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jp.go.aist.rtm.RTC.executionContext.ECNewDeleteFunc |
|---|
ECDeleteFunc, ECNewFunc |
| Methods inherited from interface RTC.ExecutionContextServiceOperations |
|---|
get_profile |
| Methods inherited from interface RTC.ExecutionContextOperations |
|---|
activate_component, add_component, deactivate_component, get_component_state, get_kind, get_rate, is_running, remove_component, reset_component, set_rate, start, stop |
| Constructor Detail |
|---|
public ExecutionContextBase()
| Method Detail |
|---|
public void tick()
throws org.omg.CORBA.SystemException
ExecutionContextの処理を1周期分進めます。
tick in interface ExtTrigExecutionContextServiceOperationsorg.omg.CORBA.SystemExceptionpublic void setObjRef(ExecutionContextService ref)
本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
ref - CORBAオブジェクト参照public abstract ReturnCode_t bindComponent(RTObject_impl rtc)
bindComponent
rtc - RTObject
public abstract ExecutionContextService getObjRef()
getObjRef
public abstract boolean finalizeExecutionContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||