クラス
RTC.ReturnCode_t の使用

ReturnCode_t を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.port   
RTC   
RTMExamples.ConfigSample   
RTMExamples.ExtTrigger   
RTMExamples.GUIIn   
RTMExamples.SeqIO   
RTMExamples.SimpleIO   
RTMExamples.SimpleService   
RTMExamples.SinCosOut   
 

jp.go.aist.rtm.RTC での ReturnCode_t の使用
 

ReturnCode_t を返す jp.go.aist.rtm.RTC のメソッド
 ReturnCode_t RTObject_impl._finalize()
          RTコンポーネントを終了します。
 ReturnCode_t RTObject_impl.detach_executioncontext(int ec_id)
          [CORBA interface] 当該コンポーネントをExecutionContextからdetachします。
 ReturnCode_t RTObject_impl.exit()
          RTコンポーネントを停止し、そのコンテンツとともに終了します。
 ReturnCode_t RTObject_impl.initialize()
          RTコンポーネントを初期化します。
 ReturnCode_t RTObject_impl.on_aborting(int ec_id)
          [ComponentAction interface] 当該コンポーネントのAbort時に呼び出されます。
 ReturnCode_t RTObject_impl.on_activated(int ec_id)
          [ComponentAction interface] 当該コンポーネントのActivate時に呼び出されます。
 ReturnCode_t RTObject_impl.on_deactivated(int ec_id)
          [ComponentAction interface] 当該コンポーネントのDeactivate時に呼び出されます。
 ReturnCode_t RTObject_impl.on_error(int ec_id)
          [ComponentAction interface] 当該コンポーネントがError状態にいる間、呼び出されます。
 ReturnCode_t RTObject_impl.on_execute(int ec_id)
          [ComponentAction interface] 当該コンポーネントがAvtive状態の間、呼び出されます。
 ReturnCode_t RTObject_impl.on_finalize()
          [ComponentAction interface] 当該コンポーネントの終了時に呼び出されます。
 ReturnCode_t RTObject_impl.on_initialize()
          [ComponentAction interface] 当該コンポーネントの初期化時に呼び出されます。
 ReturnCode_t RTObject_impl.on_rate_changed(int ec_id)
          [ComponentAction interface] 当該コンポーネントがattachされているExecutionContextの実行周期が変更になった時に呼び出されます。
 ReturnCode_t RTObject_impl.on_reset(int ec_id)
          [ComponentAction interface] 当該コンポーネントのReset時に呼び出されます。
 ReturnCode_t RTObject_impl.on_shutdown(int ec_id)
          [ComponentAction interface] 当該コンポーネントのattachされているExecutionContextの実行終了時に呼び出されます。
 ReturnCode_t RTObject_impl.on_startup(int ec_id)
          [ComponentAction interface] 当該コンポーネントのattachされているExecutionContextの実行開始時に呼び出されます。
 ReturnCode_t RTObject_impl.on_state_update(int ec_id)
          [ComponentAction interface] 当該コンポーネントがAvtive状態の間、on_executeの後に呼び出されます。
protected  ReturnCode_t RTObject_impl.onAborting(int ec_id)
          RTコンポーネントにエラーが発生した時(Active->Error)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onActivated(int ec_id)
          RTコンポーネントのActivate時(Inactive->Active)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onDeactivated(int ec_id)
          RTコンポーネントのDeactivate時(Active->Inactive)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onError(int ec_id)
          RTコンポーネントがError状態の間呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onExecute(int ec_id)
          RTコンポーネントがActivate状態の間呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onFinalize()
          コンポーネント破棄時(Alive->Exit)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onInitialize()
          コンポーネント生成時(Created->Alive)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onRateChanged(int ec_id)
          ExecutionContextの実行周期が変更になった時に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onReset(int ec_id)
          RTコンポーネントをresetする際(Error->Inactive)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onShutdown(int ec_id)
          ExecutionContextの動作終了時(Started->Stopped)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onStartup(int ec_id)
          ExecutionContextの動作開始時(Stopped->Started)に呼び出されるアクションです。
protected  ReturnCode_t RTObject_impl.onStateUpdate(int ec_id)
          RTコンポーネントがActivate状態の間、 on_executeの続いて呼び出されるアクションです。
 

jp.go.aist.rtm.RTC.executionContext での ReturnCode_t の使用
 

ReturnCode_t を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 ReturnCode_t PeriodicExecutionContext.activate_component(LightweightRTObject comp)
          コンポーネントをアクティブ化します。
 ReturnCode_t PeriodicExecutionContext.add(LightweightRTObject comp)
          コンポーネントを追加します。
 ReturnCode_t PeriodicExecutionContext.deactivate_component(LightweightRTObject comp)
          コンポーネントを非アクティブ化します。
 ReturnCode_t PeriodicExecutionContext.remove(LightweightRTObject comp)
          コンポーネントをコンポーネントリストから削除します。
 ReturnCode_t PeriodicExecutionContext.reset_component(LightweightRTObject comp)
          コンポーネントをリセットします。
 ReturnCode_t PeriodicExecutionContext.set_rate(double rate)
          ExecutionContextの実行周期(Hz)を設定します。
 ReturnCode_t PeriodicExecutionContext.start()
          ExecutionContext をスタートします。
 ReturnCode_t PeriodicExecutionContext.stop()
          ExecutionContext をストップします。
 

jp.go.aist.rtm.RTC.port での ReturnCode_t の使用
 

ReturnCode_t として宣言されている jp.go.aist.rtm.RTC.port のフィールド
 ReturnCode_t PortBase.connect_func.m_return_code
           
 ReturnCode_t PortBase.disconnect_func.m_return_code
           
 ReturnCode_t PortBase.disconnect_all_func.m_return_code
           
 

ReturnCode_t を返す jp.go.aist.rtm.RTC.port のメソッド
 ReturnCode_t PortBase.connect(ConnectorProfileHolder connector_profile)
          ポート間の接続を行います。
protected  ReturnCode_t PortBase.connectNext(ConnectorProfileHolder connector_profile)
          当該ポートの次のポートに対して接続通知を行います。
 ReturnCode_t PortBase.disconnect_all()
          当該ポートに関連したすべての接続を解除します。
 ReturnCode_t PortBase.disconnect(java.lang.String connector_id)
          ポートの接続を解除します。
protected  ReturnCode_t PortBase.disconnectNext(ConnectorProfile connector_profile)
          当該ポートの次のポートに対して接続解除通知を行います。
 ReturnCode_t PortBase.notify_connect(ConnectorProfileHolder connector_profile)
          ポートの接続通知を行います。
 ReturnCode_t PortBase.notify_disconnect(java.lang.String connector_id)
          ポートの接続解除通知を行います。
protected abstract  ReturnCode_t PortBase.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
protected  ReturnCode_t DataOutPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface 情報を公開します。
protected  ReturnCode_t DataInPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
protected  ReturnCode_t CorbaPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
protected abstract  ReturnCode_t PortBase.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interface 情報を公開します。
protected  ReturnCode_t DataOutPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を取得します。
protected  ReturnCode_t DataInPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interfaceに接続します。
protected  ReturnCode_t CorbaPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interfaceに接続します。
 

RTC での ReturnCode_t の使用
 

ReturnCode_t として宣言されている RTC のフィールド
static ReturnCode_t ReturnCode_t.BAD_PARAMETER
           
static ReturnCode_t ReturnCode_t.OUT_OF_RESOURCES
           
static ReturnCode_t ReturnCode_t.PRECONDITION_NOT_MET
           
static ReturnCode_t ReturnCode_t.RTC_ERROR
           
static ReturnCode_t ReturnCode_t.RTC_OK
           
static ReturnCode_t ReturnCode_t.UNSUPPORTED
           
 ReturnCode_t ReturnCode_tHolder.value
           
 

ReturnCode_t を返す RTC のメソッド
 ReturnCode_t _RTObjectStub._finalize()
           
 ReturnCode_t _LightweightRTObjectStub._finalize()
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub._finalize()
           
 ReturnCode_t _FiniteStateMachineComponentStub._finalize()
           
 ReturnCode_t _DataFlowMultiModeComponentStub._finalize()
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub._finalize()
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub._finalize()
           
 ReturnCode_t _DataFlowComponentStub._finalize()
           
 ReturnCode_t LightweightRTObjectOperations._finalize()
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.activate_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextStub.activate_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextServiceStub.activate_component(LightweightRTObject comp)
           
 ReturnCode_t ExecutionContextOperations.activate_component(LightweightRTObject comp)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.add(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextStub.add(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextServiceStub.add(LightweightRTObject comp)
           
 ReturnCode_t ExecutionContextOperations.add(LightweightRTObject comp)
           
 ReturnCode_t _PortStub.connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t PortOperations.connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.deactivate_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextStub.deactivate_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextServiceStub.deactivate_component(LightweightRTObject comp)
           
 ReturnCode_t ExecutionContextOperations.deactivate_component(LightweightRTObject comp)
           
 ReturnCode_t _RTObjectStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t _ComponentActionStub.detach_executioncontext(int ec_id)
           
 ReturnCode_t ComponentActionOperations.detach_executioncontext(int ec_id)
           
 ReturnCode_t _PortStub.disconnect_all()
           
 ReturnCode_t PortOperations.disconnect_all()
           
 ReturnCode_t _PortStub.disconnect(java.lang.String connector_id)
           
 ReturnCode_t PortOperations.disconnect(java.lang.String connector_id)
           
 ReturnCode_t _RTObjectStub.exit()
           
 ReturnCode_t _LightweightRTObjectStub.exit()
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.exit()
           
 ReturnCode_t _FiniteStateMachineComponentStub.exit()
           
 ReturnCode_t _DataFlowMultiModeComponentStub.exit()
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.exit()
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.exit()
           
 ReturnCode_t _DataFlowComponentStub.exit()
           
 ReturnCode_t LightweightRTObjectOperations.exit()
           
static ReturnCode_t ReturnCode_tHelper.extract(org.omg.CORBA.Any a)
           
static ReturnCode_t ReturnCode_t.from_int(int value)
           
 ReturnCode_t _RTObjectStub.initialize()
           
 ReturnCode_t _LightweightRTObjectStub.initialize()
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.initialize()
           
 ReturnCode_t _FiniteStateMachineComponentStub.initialize()
           
 ReturnCode_t _DataFlowMultiModeComponentStub.initialize()
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.initialize()
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.initialize()
           
 ReturnCode_t _DataFlowComponentStub.initialize()
           
 ReturnCode_t LightweightRTObjectOperations.initialize()
           
 ReturnCode_t _PortStub.notify_connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t PortOperations.notify_connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t _PortStub.notify_disconnect(java.lang.String connector_id)
           
 ReturnCode_t PortOperations.notify_disconnect(java.lang.String connector_id)
           
 ReturnCode_t _RTObjectStub.on_aborting(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_aborting(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_aborting(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_aborting(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_aborting(int ec_id)
           
 ReturnCode_t _FsmParticipantStub.on_action(int ec_id)
           
 ReturnCode_t _FsmParticipantActionStub.on_action(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_action(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_action(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_action(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_action(int ec_id)
           
 ReturnCode_t FsmParticipantActionOperations.on_action(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_activated(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_activated(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_activated(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_activated(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_activated(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_deactivated(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_deactivated(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_deactivated(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_deactivated(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_deactivated(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_error(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_error(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_error(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_error(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_error(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_error(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_error(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_error(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_error(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_error(int ec_id)
           
 ReturnCode_t _DataFlowParticipantStub.on_execute(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_execute(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_execute(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_execute(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_execute(int ec_id)
           
 ReturnCode_t _DataFlowComponentActionStub.on_execute(int ec_id)
           
 ReturnCode_t DataFlowComponentActionOperations.on_execute(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_finalize()
           
 ReturnCode_t _LightweightRTObjectStub.on_finalize()
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_finalize()
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_finalize()
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_finalize()
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_finalize()
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_finalize()
           
 ReturnCode_t _DataFlowComponentStub.on_finalize()
           
 ReturnCode_t _ComponentActionStub.on_finalize()
           
 ReturnCode_t ComponentActionOperations.on_finalize()
           
 ReturnCode_t _RTObjectStub.on_initialize()
           
 ReturnCode_t _LightweightRTObjectStub.on_initialize()
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_initialize()
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_initialize()
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_initialize()
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_initialize()
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_initialize()
           
 ReturnCode_t _DataFlowComponentStub.on_initialize()
           
 ReturnCode_t _ComponentActionStub.on_initialize()
           
 ReturnCode_t ComponentActionOperations.on_initialize()
           
 ReturnCode_t _MultiModeObjectStub.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t _MultiModeComponentActionStub.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t MultiModeComponentActionOperations.on_mode_changed(LightweightRTObject comp, int ec_id)
           
 ReturnCode_t _DataFlowParticipantStub.on_rate_changed(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_rate_changed(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_rate_changed(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_rate_changed(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_rate_changed(int ec_id)
           
 ReturnCode_t _DataFlowComponentActionStub.on_rate_changed(int ec_id)
           
 ReturnCode_t DataFlowComponentActionOperations.on_rate_changed(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_reset(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_reset(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_reset(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_reset(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_reset(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_shutdown(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_shutdown(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_shutdown(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_shutdown(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_shutdown(int ec_id)
           
 ReturnCode_t _RTObjectStub.on_startup(int ec_id)
           
 ReturnCode_t _LightweightRTObjectStub.on_startup(int ec_id)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _FiniteStateMachineComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_startup(int ec_id)
           
 ReturnCode_t _ComponentActionStub.on_startup(int ec_id)
           
 ReturnCode_t ComponentActionOperations.on_startup(int ec_id)
           
 ReturnCode_t _DataFlowParticipantStub.on_state_update(int ec_id)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.on_state_update(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.on_state_update(int ec_id)
           
 ReturnCode_t _DataFlowFiniteStateMachineComponentStub.on_state_update(int ec_id)
           
 ReturnCode_t _DataFlowComponentStub.on_state_update(int ec_id)
           
 ReturnCode_t _DataFlowComponentActionStub.on_state_update(int ec_id)
           
 ReturnCode_t DataFlowComponentActionOperations.on_state_update(int ec_id)
           
static ReturnCode_t ReturnCode_tHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.remove(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextStub.remove(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextServiceStub.remove(LightweightRTObject comp)
           
 ReturnCode_t ExecutionContextOperations.remove(LightweightRTObject comp)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.reset_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextStub.reset_component(LightweightRTObject comp)
           
 ReturnCode_t _ExecutionContextServiceStub.reset_component(LightweightRTObject comp)
           
 ReturnCode_t ExecutionContextOperations.reset_component(LightweightRTObject comp)
           
 ReturnCode_t _FsmServiceStub.set_fsm_profile()
           
 ReturnCode_t FsmServiceOperations.set_fsm_profile()
           
 ReturnCode_t _MultiModeObjectStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _ModeCapableStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _FiniteStateMachineMultiModeComponentStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _DataFlowMultiModeComponentStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _DataFlowFiniteStateMachineMultiModeComponentStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t ModeCapableOperations.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.set_rate(double rate)
           
 ReturnCode_t _ExecutionContextStub.set_rate(double rate)
           
 ReturnCode_t _ExecutionContextServiceStub.set_rate(double rate)
           
 ReturnCode_t ExecutionContextOperations.set_rate(double rate)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.start()
           
 ReturnCode_t _ExecutionContextStub.start()
           
 ReturnCode_t _ExecutionContextServiceStub.start()
           
 ReturnCode_t ExecutionContextOperations.start()
           
 ReturnCode_t _FsmObjectStub.stimulate(java.lang.String message, int ec_id)
           
 ReturnCode_t FsmObjectOperations.stimulate(java.lang.String message, int ec_id)
           
 ReturnCode_t _ExtTrigExecutionContextServiceStub.stop()
           
 ReturnCode_t _ExecutionContextStub.stop()
           
 ReturnCode_t _ExecutionContextServiceStub.stop()
           
 ReturnCode_t ExecutionContextOperations.stop()
           
 

ReturnCode_t 型のパラメータを持つ RTC のメソッド
static void ReturnCode_tHelper.insert(org.omg.CORBA.Any a, ReturnCode_t that)
           
static void ReturnCode_tHelper.write(org.omg.CORBA.portable.OutputStream ostream, ReturnCode_t value)
           
 

ReturnCode_t 型のパラメータを持つ RTC のコンストラクタ
ReturnCode_tHolder(ReturnCode_t initialValue)
           
 

RTMExamples.ConfigSample での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.ConfigSample のメソッド
protected  ReturnCode_t ConfigSampleImpl.onExecute(int ec_id)
           
protected  ReturnCode_t ConfigSampleImpl.onInitialize()
           
 

RTMExamples.ExtTrigger での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.ExtTrigger のメソッド
protected  ReturnCode_t ConsoleOutImpl.onExecute(int ec_id)
           
protected  ReturnCode_t ConsoleInImpl.onExecute(int ec_id)
           
 

RTMExamples.GUIIn での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.GUIIn のメソッド
protected  ReturnCode_t GUIInImpl.onExecute(int ec_id)
           
protected  ReturnCode_t GUIInImpl.onInitialize()
           
 

RTMExamples.SeqIO での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.SeqIO のメソッド
protected  ReturnCode_t SeqOutImpl.onExecute(int ec_id)
           
protected  ReturnCode_t SeqInImpl.onExecute(int ec_id)
           
protected  ReturnCode_t SeqOutImpl.onInitialize()
           
protected  ReturnCode_t SeqInImpl.onInitialize()
           
 

RTMExamples.SimpleIO での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.SimpleIO のメソッド
protected  ReturnCode_t ConsoleOutImpl.onExecute(int ec_id)
           
protected  ReturnCode_t ConsoleInImpl.onExecute(int ec_id)
           
 

RTMExamples.SimpleService での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.SimpleService のメソッド
protected  ReturnCode_t MyServiceConsumerImpl.onExecute(int ec_id)
           
 

RTMExamples.SinCosOut での ReturnCode_t の使用
 

ReturnCode_t を返す RTMExamples.SinCosOut のメソッド
protected  ReturnCode_t SinCosOutImpl.onExecute(int ec_id)