public class PeriodicECSharedComposite_impl extends RTObject_impl
データフロー型RTコンポーネント基底クラスのインスタンスです。
修飾子とタイプ | クラスと説明 |
---|---|
(package private) class |
PeriodicECSharedComposite_impl.addCallback
Callbackクラスの追加
|
(package private) class |
PeriodicECSharedComposite_impl.setCallback
Callbackクラスの設定
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected ExecutionContextService |
m_ecref
ExecutionContextService
|
protected StringHolder |
m_members
StringHolder
|
protected PeriodicECOrganization |
m_org
PeriodicECOrganization
|
protected PeriodicExecutionContext |
m_pec
PeriodicExecutionContext
|
protected DataFlowComponent |
m_ref
DataFlowComponent
|
ECOTHER_OFFSET, m_actionListeners, m_configsets, m_created, m_eclist, m_ecMine, m_ecOther, m_exiting, m_inports, m_objref, m_outports, m_pManager, m_pORB, m_portAdmin, m_portconnListeners, m_pPOA, m_profile, m_properties, m_pSdoConfig, m_pSdoConfigImpl, m_readAll, m_readAllCompletion, m_sdoOrganizations, m_sdoOwnedOrganizations, m_sdoservice, m_sdoStatus, m_writeAll, m_writeAllCompletion, rtcout
コンストラクタと説明 |
---|
PeriodicECSharedComposite_impl(Manager manager)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
DataFlowComponent |
_this()
当該オブジェクトのCORBAオブジェクト参照を取得します。
|
ReturnCode_t |
onActivated(int exec_handle)
活性化処理用コールバック関数
|
ReturnCode_t |
onDeactivated(int exec_handle)
非活性化処理用コールバック関数
|
ReturnCode_t |
onFinalize()
終了処理用コールバック関数
|
ReturnCode_t |
onInitialize()
初期化
{@.ja データフロー型 RTComponent の初期化を実行する。
|
ReturnCode_t |
onReset(int exec_handle)
リセット処理用コールバック関数
|
boolean |
stringToStrVec(java.util.Vector<java.lang.StringBuffer> v,
java.lang.String is)
string Vector
|
_finalize, activate, addConfigurationParamListener, addConfigurationParamListener, addConfigurationParamListener, addConfigurationSetListener, addConfigurationSetListener, addConfigurationSetListener, addConfigurationSetNameListener, addConfigurationSetNameListener, addConfigurationSetNameListener, addExecutionContextActionListener, addExecutionContextActionListener, addExecutionContextActionListener, addInPort, addOutPort, addPort, addPort, addPort, addPortActionListener, addPortActionListener, addPortActionListener, addPortConnectListener, addPortConnectListener, addPortConnectListener, addPortConnectRetListener, addPortConnectRetListener, addPortConnectRetListener, addPostComponentActionListener, addPostComponentActionListener, addPostComponentActionListener, addPreComponentActionListener, addPreComponentActionListener, addPreComponentActionListener, addSdoServiceConsumer, addSdoServiceProvider, attach_context, bindContext, bindParameter, createContexts, deactivate, deletePort, deletePort, deletePort, deletePortByName, detach_context, exit, finalizeContexts, finalizePorts, findExistingEC, get_component_profile, get_configuration, get_context_handle, get_context, get_device_profile, get_monitoring, get_organizations, get_owned_contexts, get_owned_organizations, get_participating_contexts, get_ports, get_sdo_id, get_sdo_service, get_sdo_type, get_service_profile, get_service_profiles, get_status_list, get_status, getCategory, getConfigService, getContextOptions, getExecutionContext, getExecutionRate, getGlobalContextOptions, getInheritedECOptions, getInstanceName, getNamingNames, getObjRef, getPrivateContextOptions, getProperties, getTypeName, initialize, is_alive, isOwnExecutionContext, on_aborting, on_activated, on_deactivated, on_error, on_execute, on_finalize, on_initialize, on_rate_changed, on_reset, on_shutdown, on_startup, on_state_update, onAborting, onAddPort, onAttachExecutionContext, onDetachExecutionContext, onError, onExecute, onRateChanged, onRemovePort, onShutdown, onStartup, onStateUpdate, postOnAborting, postOnActivated, postOnDeactivated, postOnError, postOnExecute, postOnFinalize, postOnInitialize, postOnRateChanged, postOnReset, postOnShutdown, postOnStartup, postOnStateUpdate, preOnAborting, preOnActivated, preOnDeactivated, preOnError, preOnExecute, preOnFinalize, preOnInitialize, preOnRateChanged, preOnReset, preOnShutdown, preOnStartup, preOnStateUpdate, readAll, registerInPort, registerInPort, registerOutPort, registerOutPort, registerPort, registerPort, registerPort, removeConfigurationParamListener, removeConfigurationSetListener, removeConfigurationSetNameListener, removeExecutionContextActionListener, removeInPort, removeOutPort, removePort, removePort, removePort, removePortActionListener, removePortConnectListener, removePortConnectRetListener, removePostComponentActionListener, removePreComponentActionListener, removeSdoServiceConsumer, removeSdoServiceProvider, reset, setExecutionRate, setInstanceName, setObjRef, setProperties, setReadAll, setReadAll, setReadAll, setWriteAll, setWriteAll, setWriteAll, shutdown, syncAttributesByProperties, updateParameters, writeAll
_all_interfaces, _invoke, _this
protected StringHolder m_members
StringHolder
protected DataFlowComponent m_ref
DataFlowComponent
protected PeriodicExecutionContext m_pec
PeriodicExecutionContext
protected ExecutionContextService m_ecref
ExecutionContextService
protected PeriodicECOrganization m_org
PeriodicECOrganization
public PeriodicECSharedComposite_impl(Manager manager)
コンストラクタ
manager
- Managerオブジェクトpublic DataFlowComponent _this()
当該オブジェクトのCORBAオブジェクト参照を取得します。
_this
クラス内 RTObject_impl
public ReturnCode_t onInitialize()
データフロー型 RTComponent の初期化を実行する。 実際の初期化処理は、各具象クラス内に記述する。
onInitialize
クラス内 RTObject_impl
public ReturnCode_t onActivated(int exec_handle)
活性化処理用コールバック関数
onActivated
クラス内 RTObject_impl
exec_handle
- 対象ExecutionContext ID
public ReturnCode_t onDeactivated(int exec_handle)
非活性化処理用コールバック関数
onDeactivated
クラス内 RTObject_impl
exec_handle
- 対象ExecutionContext ID
public ReturnCode_t onReset(int exec_handle)
リセット処理用コールバック関数
onReset
クラス内 RTObject_impl
exec_handle
- 対象ExecutionContext ID
public ReturnCode_t onFinalize()
終了処理用コールバック関数
onFinalize
クラス内 RTObject_impl
public boolean stringToStrVec(java.util.Vector<java.lang.StringBuffer> v, java.lang.String is)
string Vector