public class DataFlowComponentBase extends RTObject_impl
データフロー型RTComponentの基底クラス。 データフローコンポーネントを実装する際には、 本クラスのサブクラスとして実装します。
RTObject_impl.deactivate_comps, RTObject_impl.ec_copy, RTObject_impl.ec_find, RTObject_impl.nv_name
default_conf, 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
コンストラクタと説明 |
---|
DataFlowComponentBase(Manager manager)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
DataFlowComponent |
_this()
当該オブジェクトのCORBAオブジェクト参照を取得します。
|
void |
init()
初期化。
|
_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, onActivated, onAddPort, onAttachExecutionContext, onDeactivated, onDetachExecutionContext, onError, onExecute, onFinalize, onInitialize, onRateChanged, onRemovePort, onReset, 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
public DataFlowComponentBase(Manager manager)
manager
- マネージャオブジェクト
public DataFlowComponent _this()
_this
クラス内 RTObject_impl
public void init()
データフロー型 RTComponent の初期化を実行する。 実際の初期化処理は、各具象クラス内に記述する。