|
OpenRTM-aist
2.1.0
|
DataFlowComponentBase class. More...
#include <DataFlowComponentBase.h>


Public Member Functions | |
| DataFlowComponentBase (Manager *manager) | |
| Constructor. More... | |
| ~DataFlowComponentBase () override | |
| Destructor. More... | |
| void | init () |
| Initialization. More... | |
Public Member Functions inherited from RTC::RTObject_impl | |
| RTObject_impl (Manager *manager) | |
| Constructor. More... | |
| RTObject_impl (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
| Constructor. More... | |
| ~RTObject_impl () override | |
| Virtual destructor. More... | |
| ReturnCode_t | initialize () override |
| [CORBA interface] Initialize the RTC that realizes this interface. More... | |
| ReturnCode_t | finalize () override |
| [CORBA interface] Finalize the RTC for destruction More... | |
| ReturnCode_t | exit () override |
| [CORBA interface]top the RTC's execution context(s) and finalize it along with its contents. More... | |
| CORBA::Boolean | is_alive (ExecutionContext_ptr exec_context) override |
| [CORBA interface] Confirm whether RTC is the alive state More... | |
| ExecutionContext_ptr | get_context (UniqueId ec_id) override |
| [CORBA interface] Get ExecutionContext. More... | |
| ExecutionContextList * | get_owned_contexts () override |
| [CORBA interface] Get ExecutionContextList. More... | |
| ExecutionContextList * | get_participating_contexts () override |
| [CORBA interface] Get participating ExecutionContextList. More... | |
| ExecutionContextHandle_t | get_context_handle (ExecutionContext_ptr cxt) override |
| [CORBA interface] Return a handle of a ExecutionContext More... | |
| UniqueId | attach_context (ExecutionContext_ptr exec_context) override |
| [CORBA interface] Attach ExecutionContext More... | |
| UniqueId | bindContext (ExecutionContext_ptr exec_context) |
| ReturnCode_t | detach_context (UniqueId ec_id) override |
| [CORBA interface] Detach ExecutionContext. More... | |
| ComponentProfile * | get_component_profile () override |
| [RTObject CORBA interface] Get RTC's profile More... | |
| PortServiceList * | get_ports () override |
| [RTObject CORBA interface] Get Ports More... | |
| ReturnCode_t | on_initialize () override |
| [ComponentAction CORBA interface] Initialize RTC More... | |
| ReturnCode_t | on_finalize () override |
| [ComponentAction CORBA interface] Finalize RTC More... | |
| ReturnCode_t | on_startup (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Startup RTC More... | |
| ReturnCode_t | on_shutdown (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Shutdown RTC More... | |
| ReturnCode_t | on_activated (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Activate RTC More... | |
| ReturnCode_t | on_deactivated (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Deactivate RTC More... | |
| ReturnCode_t | on_aborting (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Transition to Error State More... | |
| ReturnCode_t | on_error (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Error Processing of RTC More... | |
| ReturnCode_t | on_reset (UniqueId ec_id) override |
| [ComponentAction CORBA interface] Resetting RTC More... | |
| ReturnCode_t | on_execute (UniqueId ec_id) override |
| [DataFlowComponentAction CORBA interface] Primary Periodic Operation of RTC More... | |
| ReturnCode_t | on_state_update (UniqueId ec_id) override |
| [DataFlowComponentAction CORBA interface] Secondary Periodic Operation of RTC More... | |
| ReturnCode_t | on_rate_changed (UniqueId ec_id) override |
| [DataFlowComponentAction CORBA interface] Notify rate changed More... | |
| SDOPackage::OrganizationList * | get_owned_organizations () override |
| [SDO interface] Get Organization list More... | |
| char * | get_sdo_id () override |
| [SDO interface] Get the SDO ID More... | |
| char * | get_sdo_type () override |
| [SDO interface] Get SDO type More... | |
| SDOPackage::DeviceProfile * | get_device_profile () override |
| [SDO interface] Get SDO DeviceProfile list More... | |
| SDOPackage::ServiceProfileList * | get_service_profiles () override |
| [SDO interface] Get SDO ServiceProfile More... | |
| SDOPackage::ServiceProfile * | get_service_profile (const char *id) override |
| [SDO interface] Get specified ServiceProfile More... | |
| SDOPackage::SDOService_ptr | get_sdo_service (const char *id) override |
| [SDO interface] Get specified SDO Service's reference More... | |
| SDOPackage::Configuration_ptr | get_configuration () override |
| [SDO interface] Get Configuration object More... | |
| SDOPackage::Monitoring_ptr | get_monitoring () override |
| [SDO interface] Get Monitoring object More... | |
| SDOPackage::OrganizationList * | get_organizations () override |
| [SDO interface] Get Organization list More... | |
| SDOPackage::NVList * | get_status_list () override |
| [SDO interface] Get SDO Status list More... | |
| CORBA::Any * | get_status (const char *name) override |
| [SDO interface] Get SDO Status More... | |
| const char * | getInstanceName () |
| [local interface] Get instance name More... | |
| void | setInstanceName (const char *instance_name) |
| [local interface] Set instance name More... | |
| const char * | getTypeName () |
| [local interface] Get type name More... | |
| const char * | getDescription () |
| [local interface] GetDescription More... | |
| const char * | getVersion () |
| [local interface] Get version information More... | |
| const char * | getVendor () |
| [local interface] Get vendor More... | |
| const char * | getCategory () |
| [local interface] Get category information More... | |
| std::vector< std::string > | getNamingNames () |
| [local interface] Get Naming Server information More... | |
| void | setObjRef (RTObject_ptr rtobj) |
| [local interface] Set the object reference More... | |
| RTObject_ptr | getObjRef () const |
| [local interface] Get the object reference More... | |
| void | setProperties (const coil::Properties &prop) |
| [local interface] Set RTC property More... | |
| coil::Properties & | getProperties () |
| [local interface] Get RTC property More... | |
| template<typename VarType > | |
| bool | bindParameter (const char *param_name, VarType &var, const char *def_val, bool(*trans)(VarType &, const char *)=coil::stringTo) |
| Setup for configuration parameters. More... | |
| ConfigAdmin & | getConfigService () |
| Getting configuration service. More... | |
| void | updateParameters (const char *config_set) |
| Update configuration parameters (by ID) More... | |
| bool | addPort (PortBase &port) |
| [local interface] Register Port More... | |
| bool | addPort (PortService_ptr port) |
| [local interface] Register Port More... | |
| bool | addPort (CorbaPort &port) |
| [local interface] Register Port More... | |
| void | registerPort (PortBase &port) |
| [local interface] Register Port More... | |
| void | registerPort (PortService_ptr port) |
| [local interface] Register Port More... | |
| void | registerPort (CorbaPort &port) |
| [local interface] Register Port More... | |
| bool | addInPort (const char *name, InPortBase &inport) |
| [local interface] Register DataInPort More... | |
| const std::vector< InPortBase * > & | getInPorts () const |
| const std::vector< OutPortBase * > & | getOutPorts () const |
| void | registerInPort (const char *name, InPortBase &inport) |
| [local interface] Register DataInPort More... | |
| bool | addOutPort (const char *name, OutPortBase &outport) |
| [local interface] Register DataOutPort More... | |
| void | registerOutPort (const char *name, OutPortBase &outport) |
| [local interface] Register DataOutPort More... | |
| bool | removeInPort (InPortBase &inport) |
| [local interface] Unregister InPort More... | |
| bool | removeOutPort (OutPortBase &outport) |
| [local interface] Unregister OutPort More... | |
| bool | removePort (PortBase &port) |
| [local interface] Unregister Port More... | |
| bool | removePort (PortService_ptr port) |
| [local interface] Unregister Port More... | |
| bool | removePort (CorbaPort &port) |
| [local interface] Unregister Port More... | |
| void | deletePort (PortBase &port) |
| [local interface] Unregister Port More... | |
| void | deletePort (PortService_ptr port) |
| [local interface] Unregister Port More... | |
| void | deletePort (CorbaPort &port) |
| [local interface] Unregister Port More... | |
| void | deletePortByName (const char *port_name) |
| [local interface] Delete Port by specifying its name More... | |
| ExecutionContext_ptr | getExecutionContext (RTC::UniqueId ec_id) |
| [local interface] Getting current execution context More... | |
| double | getExecutionRate (RTC::UniqueId ec_id) |
| [local interface] Getting current context' execution rate More... | |
| ReturnCode_t | setExecutionRate (RTC::UniqueId ec_id, double rate) |
| [local interface] Setting current context' execution rate More... | |
| ReturnCode_t | deactivate (RTC::UniqueId ec_id) |
| [local interface] Make transition to Inactive state More... | |
| ReturnCode_t | activate (RTC::UniqueId ec_id) |
| [local interface] Make transition to Active state More... | |
| ReturnCode_t | reset (RTC::UniqueId ec_id) |
| [local interface] Resetting and go to Inactive state More... | |
| bool | addSdoServiceProvider (const SDOPackage::ServiceProfile &prof, SdoServiceProviderBase *provider) |
| [local interface] Set a SDO service provider More... | |
| bool | removeSdoServiceProvider (const char *id) |
| [local interface] Remove a SDO service provider More... | |
| bool | addSdoServiceConsumer (const SDOPackage::ServiceProfile &prof) |
| [local interface] Set a SDO service provider More... | |
| bool | removeSdoServiceConsumer (const char *id) |
| [local interface] Remove a SDO service provider More... | |
| void | removeSdoServiceConsumerStartThread (const char *id) |
| [local interface] Remove a SDO service provider More... | |
| bool | readAll () |
| Readout the value from All InPorts. More... | |
| bool | writeAll () |
| The write() method of all OutPort is called. More... | |
| void | setReadAll (bool read=true, bool completion=false) |
| Set whether to execute the readAll() method. More... | |
| void | setWriteAll (bool write=true, bool completion=false) |
| Set whether to execute the writeAll() method. More... | |
| void | finalizePorts () |
| Unregister All Ports. More... | |
| void | finalizeContexts () |
| The ExecutionContextBase list is deleted. More... | |
| void | setINSObjRef (RTC::LightweightRTObject_ptr obj) |
| void | addPreComponentActionListener (PreCompActionListenerType listener_type, PreCompActionListener *listener, bool autoclean=true) |
| template<class Listener > | |
| PreComponentActionListener * | addPreComponentActionListener (PreCompActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId ec_id)) |
| void | removePreComponentActionListener (PreComponentActionListenerType listener_type, PreComponentActionListener *listener) |
| Removing PreComponentAction type listener. More... | |
| void | addPostComponentActionListener (PostComponentActionListenerType listener_type, PostComponentActionListener *listener, bool autoclean=true) |
| template<class Listener > | |
| PostComponentActionListener * | addPostComponentActionListener (PostCompActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId ec_id, ReturnCode_t ret)) |
| void | removePostComponentActionListener (PostComponentActionListenerType listener_type, PostComponentActionListener *listener) |
| Removing PostComponentAction type listener. More... | |
| void | addPortActionListener (PortActionListenerType listener_type, PortActionListener *listener, bool autoclean=true) |
| Adding PortAction type listener. More... | |
| template<class Listener > | |
| PortActionListener * | addPortActionListener (PortActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const RTC::PortProfile &)) |
| void | removePortActionListener (PortActionListenerType listener_type, PortActionListener *listener) |
| Removing PortAction type listener. More... | |
| void | addExecutionContextActionListener (ECActionListenerType listener_type, ECActionListener *listener, bool autoclean=true) |
| template<class Listener > | |
| ECActionListener * | addExecutionContextActionListener (ECActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId)) |
| void | removeExecutionContextActionListener (ECActionListenerType listener_type, ECActionListener *listener) |
| Removing ExecutionContextAction type listener. More... | |
| void | addPortConnectListener (PortConnectListenerType listener_type, PortConnectListener *listener, bool autoclean=true) |
| Adding PortConnect type listener. More... | |
| template<class Listener > | |
| PortConnectListener * | addPortConnectListener (PortConnectListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const char *, ConnectorProfile &)) |
| void | removePortConnectListener (PortConnectListenerType listener_type, PortConnectListener *listener) |
| Removing PortConnect type listener. More... | |
| void | addPortConnectRetListener (PortConnectRetListenerType listener_type, PortConnectRetListener *listener, bool autoclean=true) |
| Adding PortConnectRet type listener. More... | |
| template<class Listener > | |
| PortConnectRetListener * | addPortConnectRetListener (PortConnectRetListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const char *, ConnectorProfile &, ReturnCode_t)) |
| void | removePortConnectRetListener (PortConnectRetListenerType listener_type, PortConnectRetListener *listener) |
| Removing PortConnectRet type listener. More... | |
| void | addConfigurationParamListener (ConfigurationParamListenerType type, ConfigurationParamListener *listener, bool autoclean=true) |
| Adding ConfigurationParamListener. More... | |
| template<class Listener > | |
| ConfigurationParamListener * | addConfigurationParamListener (ConfigurationParamListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const char *, const char *)) |
| void | removeConfigurationParamListener (ConfigurationParamListenerType type, ConfigurationParamListener *listener) |
| Removing ConfigurationParamListener. More... | |
| void | addConfigurationSetListener (ConfigurationSetListenerType type, ConfigurationSetListener *listener, bool autoclean=true) |
| Adding ConfigurationSetListener. More... | |
| template<class Listener > | |
| ConfigurationSetListener * | addConfigurationSetListener (ConfigurationSetListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const coil::Properties &config_set)) |
| void | removeConfigurationSetListener (ConfigurationSetListenerType type, ConfigurationSetListener *listener) |
| Removing ConfigurationSetListener. More... | |
| void | addConfigurationSetNameListener (ConfigurationSetNameListenerType type, ConfigurationSetNameListener *listener, bool autoclean=true) |
| Adding ConfigurationSetNameListener. More... | |
| template<class Listener > | |
| ConfigurationSetNameListener * | addConfigurationSetNameListener (ConfigurationSetNameListenerType type, Listener &obj, void(Listener::*memfunc)(const char *)) |
| void | removeConfigurationSetNameListener (ConfigurationSetNameListenerType type, ConfigurationSetNameListener *listener) |
| Removing ConfigurationSetNameListener. More... | |
| void | addPreFsmActionListener (PreFsmActionListenerType listener_type, PreFsmActionListener *listener, bool autoclean=true) |
| Adding PreFsmAction type listener. More... | |
| template<class Listener > | |
| PreFsmActionListener * | addPreFsmActionListener (PreFsmActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const char *state)) |
| void | removePreFsmActionListener (PreFsmActionListenerType listener_type, PreFsmActionListener *listener) |
| Removing PreFsmAction type listener. More... | |
| void | addPostFsmActionListener (PostFsmActionListenerType listener_type, PostFsmActionListener *listener, bool autoclean=true) |
| Adding PostFsmAction type listener. More... | |
| template<class Listener > | |
| PostFsmActionListener * | addPostFsmActionListener (PostFsmActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const char *state, ReturnCode_t ret)) |
| void | removePostFsmActionListener (PostFsmActionListenerType listener_type, PostFsmActionListener *listener) |
| Removing PostFsmAction type listener. More... | |
| void | addFsmProfileListener (FsmProfileListenerType listener_type, FsmProfileListener *listener, bool autoclean=true) |
| Adding FsmProfile type listener. More... | |
| template<class Listener > | |
| FsmProfileListener * | addFsmProfileListener (FsmProfileListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const RTC::PortProfile &)) |
| void | removeFsmProfileListener (FsmProfileListenerType listener_type, FsmProfileListener *listener) |
| Removing FsmProfile type listener. More... | |
| void | addFsmStructureListener (FsmStructureListenerType listener_type, FsmStructureListener *listener, bool autoclean=true) |
| Adding FsmStructure type listener. More... | |
| template<class Listener > | |
| FsmStructureListener * | addFsmStructureListener (FsmStructureListenerType listener_type, Listener &obj, void(Listener::*memfunc)(const RTC::PortProfile &)) |
| void | removeFsmStructureListener (FsmStructureListenerType listener_type, FsmStructureListener *listener) |
| Removing FsmStructure type listener. More... | |
| void | preOnInitialize (UniqueId ec_id) |
| void | preOnFinalize (UniqueId ec_id) |
| void | preOnStartup (UniqueId ec_id) |
| void | preOnShutdown (UniqueId ec_id) |
| void | preOnActivated (UniqueId ec_id) |
| void | preOnDeactivated (UniqueId ec_id) |
| void | preOnAborting (UniqueId ec_id) |
| void | preOnError (UniqueId ec_id) |
| void | preOnReset (UniqueId ec_id) |
| void | preOnExecute (UniqueId ec_id) |
| void | preOnStateUpdate (UniqueId ec_id) |
| void | preOnRateChanged (UniqueId ec_id) |
| void | postOnInitialize (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnFinalize (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnStartup (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnShutdown (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnActivated (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnDeactivated (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnAborting (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnError (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnReset (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnExecute (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnStateUpdate (UniqueId ec_id, ReturnCode_t ret) |
| void | postOnRateChanged (UniqueId ec_id, ReturnCode_t ret) |
| void | onAddPort (const PortProfile &pprof) |
| void | onRemovePort (const PortProfile &pprof) |
| void | onAttachExecutionContext (UniqueId ec_id) |
| void | onDetachExecutionContext (UniqueId ec_id) |
| void | preOnFsmInit (const char *state) |
| void | preOnFsmEntry (const char *state) |
| void | preOnFsmDo (const char *state) |
| void | preOnFsmExit (const char *state) |
| void | preOnFsmStateChange (const char *state) |
| void | postOnFsmInit (const char *state, ReturnCode_t ret) |
| void | postOnFsmEntry (const char *state, ReturnCode_t ret) |
| void | postOnFsmDo (const char *state, ReturnCode_t ret) |
| void | postOnFsmExit (const char *state, ReturnCode_t ret) |
| void | postOnFsmStateChange (const char *state, ReturnCode_t ret) |
Additional Inherited Members | |
Public Types inherited from RTC::RTObject_impl | |
| using | PreCompActionListener = PreComponentActionListener |
| Adding PreComponentAction type listener. More... | |
| using | PreCompActionListenerType = PreComponentActionListenerType |
| using | PostCompActionListener = PostComponentActionListener |
| Adding PostComponentAction type listener. More... | |
| using | PostCompActionListenerType = PostComponentActionListenerType |
| using | ECActionListenerType = ExecutionContextActionListenerType |
| Adding ExecutionContextAction type listener. More... | |
| using | ECActionListener = ExecutionContextActionListener |
Static Public Member Functions inherited from RTC::RTObject_impl | |
| static bool | isOwnExecutionContext (RTC::UniqueId ec_id) |
| [local interface] Checking if the current context is own context More... | |
Protected Member Functions inherited from RTC::RTObject_impl | |
| virtual ReturnCode_t | onInitialize () |
| Callback function to initialize. More... | |
| virtual ReturnCode_t | onFinalize () |
| Callback function to finalize. More... | |
| virtual ReturnCode_t | onStartup (RTC::UniqueId ec_id) |
| Callback function for startup action. More... | |
| virtual ReturnCode_t | onShutdown (RTC::UniqueId ec_id) |
| Callback function for shutdown action. More... | |
| virtual ReturnCode_t | onActivated (RTC::UniqueId ec_id) |
| Callback function to activate. More... | |
| virtual ReturnCode_t | onDeactivated (RTC::UniqueId ec_id) |
| Callback function to deactivate. More... | |
| virtual ReturnCode_t | onExecute (RTC::UniqueId ec_id) |
| Callback function to execute periodically. More... | |
| virtual ReturnCode_t | onAborting (RTC::UniqueId ec_id) |
| Callback function to abort. More... | |
| virtual ReturnCode_t | onError (RTC::UniqueId ec_id) |
| Callback function for error handling. More... | |
| virtual ReturnCode_t | onReset (RTC::UniqueId ec_id) |
| Callback function to reset. More... | |
| virtual ReturnCode_t | onStateUpdate (RTC::UniqueId ec_id) |
| Callback function to update the state. More... | |
| virtual ReturnCode_t | onRateChanged (RTC::UniqueId ec_id) |
| Callback function to change execution cycle. More... | |
| void | shutdown () |
| Shutdown RTC This operation ececutes RTC's termination. This unregisters all Ports, deactivates corresponding CORBA objects and shuts down RTC. This is called from onlu finlize(). More... | |
| ReturnCode_t | initMineEC () |
| Initialize my EC This function initializes mine ECs. This is called from only initialize(). More... | |
| void | startMineEC () |
| Starting my EC This function start mine ECs. This is called from only initialize(). More... | |
| void | finalizeMineEC () |
| Finalize my EC This function finalize mine ECs. This is called from only exit(). More... | |
| void | finalizeOtherEC () |
| Finalize my EC This function detaching the RTC from others' ECs. This is called from only exit(). More... | |
| ReturnCode_t | getInheritedECOptions (coil::Properties &default_opts) |
| Get inherited EC options This function getting inherited EC options. This is called from only initMineEC(). More... | |
| ReturnCode_t | getPrivateContextOptions (std::vector< coil::Properties > &ec_args) |
| getting individual EC options from RTC's configuration file More... | |
| ReturnCode_t | getGlobalContextOptions (coil::Properties &global_ec_props) |
| getting global EC options from rtc.conf More... | |
| ReturnCode_t | getContextOptions (std::vector< coil::Properties > &ec_args) |
| getting EC options More... | |
| ReturnCode_t | createContexts (std::vector< coil::Properties > &ec_args) |
| creating, initializing and binding context More... | |
| void | initSdoService () |
| initialize SDO service stuff This function calles SdoService's initialize(). More... | |
Static Protected Member Functions inherited from RTC::RTObject_impl | |
| static ReturnCode_t | findExistingEC (coil::Properties &ec_arg, RTC::ExecutionContextBase *&ec) |
| fiding existing EC from the factory More... | |
Protected Attributes inherited from RTC::RTObject_impl | |
| Logger | rtclog |
| Logger stream. More... | |
| Manager * | m_pManager |
| Manager object. More... | |
| CORBA::ORB_var | m_pORB |
| The pointer to the ORB. More... | |
| PortableServer::POA_var | m_pPOA |
| The pointer to the POA. More... | |
| SDOPackage::OrganizationList | m_sdoOwnedOrganizations |
| SDO owned organization list. More... | |
| SDOPackage::Configuration_impl * | m_pSdoConfigImpl |
| The pointer to the SDO Configuration Object. More... | |
| SDOPackage::Configuration_var | m_pSdoConfig |
| The pointer to the SDO Configuration Interface. More... | |
| SDOPackage::OrganizationList | m_sdoOrganizations |
| SDO organization. More... | |
| SDOPackage::NVList | m_sdoStatus |
| SDO Status. More... | |
| ComponentProfile | m_profile |
| ComponentProfile. More... | |
| RTObject_var | m_objref |
| Object reference. More... | |
| PortAdmin | m_portAdmin |
| List of Port Object reference. More... | |
| std::vector< InPortBase * > | m_inports |
| List of InPortBase*. More... | |
| std::vector< OutPortBase * > | m_outports |
| List of OutPortBase*. More... | |
| ExecutionContextServiceList | m_ecMine |
| List of owned ExecutionContextService. More... | |
| std::vector< ExecutionContextBase * > | m_eclist |
| List of ExecutionContextBase. More... | |
| ExecutionContextServiceList | m_ecOther |
| List of participating ExecutionContextService. More... | |
| bool | m_created |
| Created Status Flag. More... | |
| bool | m_exiting |
| RTC Finalize Status Flag. More... | |
| coil::Properties | m_properties |
| RTC's Property. More... | |
| ConfigAdmin | m_configsets |
| Configuration Administrator Object. More... | |
| SdoServiceAdmin | m_sdoservice |
| SDO Service Administrator Object. More... | |
| bool | m_readAll |
| flag for readAll() More... | |
| bool | m_writeAll |
| flag for writeAll() More... | |
| bool | m_readAllCompletion |
| flag for readAll() More... | |
| bool | m_writeAllCompletion |
| flag for writeAll() More... | |
| ComponentActionListeners | m_actionListeners |
| ComponentActionListener holder. More... | |
| PortConnectListeners | m_portconnListeners |
| PortConnectListener holder. More... | |
| FsmActionListeners | m_fsmActionListeners |
| ComponentActionListener holder. More... | |
| RTC::LightweightRTObject_var | m_insref |
| SdoServiceConsumerTerminator * | m_sdoconterm |
DataFlowComponentBase class.
This is a base class of the data flow type RT-Component. Inherit this class when implementing various data flow type RT-Components.
|
explicit |
|
override |
Destructor.
Destructor
| void RTC::DataFlowComponentBase::init | ( | ) |
Initialization.
Initialization the data flow type RT-Component. Write the actual initialization code in each concrete class.