RT-Component class. More...
#include <RTObject.h>
Classes | |
struct | deactivate_comps |
Functor to deactivate RTC. More... | |
struct | ec_copy |
Functor to copy ExecutionContext. More... | |
struct | ec_find |
Functor to find ExecutionContext. More... | |
struct | nv_name |
Functor to find NVList. More... | |
struct | svc_name |
Functor to find from SDOService Profile List by id. More... | |
Public Types | |
typedef ExecutionContextActionListener | ECActionListener |
typedef ExecutionContextActionListenerType | ECActionListenerType |
Adding ExecutionContextAction type listener. More... | |
typedef PostComponentActionListener | PostCompActionListener |
Adding PostComponentAction type listener. More... | |
typedef PostComponentActionListenerType | PostCompActionListenerType |
typedef PreComponentActionListener | PreCompActionListener |
Adding PreComponentAction type listener. More... | |
typedef PreComponentActionListenerType | PreCompActionListenerType |
Public Member Functions | |
ReturnCode_t | activate (RTC::UniqueId ec_id) |
[local interface] Make transition to Active state 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 | 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 | 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 | addExecutionContextActionListener (ECActionListenerType listener_type, ECActionListener *listener, bool autoclean=true) |
Adding ExecutionContextAction type listener. More... | |
template<class Listener > | |
ECActionListener * | addExecutionContextActionListener (ECActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId)) |
bool | addInPort (const char *name, InPortBase &inport) |
[local interface] Register DataInPort More... | |
bool | addOutPort (const char *name, OutPortBase &outport) |
[local interface] Register DataOutPort 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 | 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 | 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 | 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 | addPostComponentActionListener (PostComponentActionListenerType listener_type, PostComponentActionListener *listener, bool autoclean=true) |
Adding PostComponentAction type listener. More... | |
template<class Listener > | |
PostComponentActionListener * | addPostComponentActionListener (PostCompActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId ec_id, ReturnCode_t ret)) |
void | addPreComponentActionListener (PreComponentActionListenerType listener_type, PreComponentActionListener *listener, bool autoclean=true) |
Adding PreComponentAction type listener. More... | |
template<class Listener > | |
PreComponentActionListener * | addPreComponentActionListener (PreCompActionListenerType listener_type, Listener &obj, void(Listener::*memfunc)(UniqueId ec_id)) |
bool | addSdoServiceConsumer (const SDOPackage::ServiceProfile &prof) |
[local interface] Set a SDO service provider More... | |
bool | addSdoServiceProvider (const SDOPackage::ServiceProfile &prof, SdoServiceProviderBase *provider) |
[local interface] Set a SDO service provider More... | |
UniqueId | attach_context (ExecutionContext_ptr exec_context) throw (CORBA::SystemException) |
[CORBA interface] Attach ExecutionContext More... | |
UniqueId | bindContext (ExecutionContext_ptr exec_context) |
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... | |
ReturnCode_t | deactivate (RTC::UniqueId ec_id) |
[local interface] Make transition to Inactive state 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... | |
ReturnCode_t | detach_context (UniqueId exec_handle) throw (CORBA::SystemException) |
[CORBA interface] Detach ExecutionContext. More... | |
virtual ReturnCode_t | exit () throw (CORBA::SystemException) |
[CORBA interface]top the RTC's execution context(s) and finalize it along with its contents. More... | |
virtual ReturnCode_t | finalize () throw (CORBA::SystemException) |
[CORBA interface] Finalize the RTC for destruction More... | |
void | finalizeContexts () |
The ExecutionContextBase list is deleted. More... | |
void | finalizePorts () |
Unregister All Ports. More... | |
virtual ComponentProfile * | get_component_profile () throw (CORBA::SystemException) |
[RTObject CORBA interface] Get RTC's profile More... | |
virtual SDOPackage::Configuration_ptr | get_configuration () throw (CORBA::SystemException, SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get Configuration object More... | |
virtual ExecutionContext_ptr | get_context (UniqueId exec_handle) throw (CORBA::SystemException) |
[CORBA interface] Get ExecutionContext. More... | |
virtual ExecutionContextHandle_t | get_context_handle (ExecutionContext_ptr cxt) throw (CORBA::SystemException) |
[CORBA interface] Return a handle of a ExecutionContext More... | |
virtual SDOPackage::DeviceProfile * | get_device_profile () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get SDO DeviceProfile list More... | |
virtual SDOPackage::Monitoring_ptr | get_monitoring () throw (CORBA::SystemException, SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get Monitoring object More... | |
virtual SDOPackage::OrganizationList * | get_organizations () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get Organization list More... | |
virtual ExecutionContextList * | get_owned_contexts () throw (CORBA::SystemException) |
[CORBA interface] Get ExecutionContextList. More... | |
virtual SDOPackage::OrganizationList * | get_owned_organizations () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get Organization list More... | |
virtual ExecutionContextList * | get_participating_contexts () throw (CORBA::SystemException) |
[CORBA interface] Get participating ExecutionContextList. More... | |
virtual PortServiceList * | get_ports () throw (CORBA::SystemException) |
[RTObject CORBA interface] Get Ports More... | |
virtual char * | get_sdo_id () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get the SDO ID More... | |
virtual SDOPackage::SDOService_ptr | get_sdo_service (const char *id) throw (CORBA::SystemException, SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get specified SDO Service's reference More... | |
virtual char * | get_sdo_type () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get SDO type More... | |
virtual SDOPackage::ServiceProfile * | get_service_profile (const char *id) throw (CORBA::SystemException, SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get specified ServiceProfile More... | |
virtual SDOPackage::ServiceProfileList * | get_service_profiles () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get SDO ServiceProfile More... | |
virtual CORBA::Any * | get_status (const char *name) throw (CORBA::SystemException, SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get SDO Status More... | |
virtual SDOPackage::NVList * | get_status_list () throw (CORBA::SystemException, SDOPackage::NotAvailable, SDOPackage::InternalError) |
[SDO interface] Get SDO Status list More... | |
const char * | getCategory () |
[local interface] Get category information More... | |
const char * | getDescription () |
[local interface] GetDescription 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... | |
const char * | getInstanceName () |
[local interface] Get instance name More... | |
std::vector< std::string > | getNamingNames () |
[local interface] Get Naming Server information More... | |
RTObject_ptr | getObjRef () const |
[local interface] Get the object reference More... | |
coil::Properties & | getProperties () |
[local interface] Get RTC property More... | |
const char * | getTypeName () |
[local interface] Get type name More... | |
const char * | getVendor () |
[local interface] Get vendor More... | |
const char * | getVersion () |
[local interface] Get version information More... | |
virtual ReturnCode_t | initialize () throw (CORBA::SystemException) |
[CORBA interface] Initialize the RTC that realizes this interface. More... | |
virtual CORBA::Boolean | is_alive (ExecutionContext_ptr exec_context) throw (CORBA::SystemException) |
[CORBA interface] Confirm whether RTC is the alive state More... | |
bool | isOwnExecutionContext (RTC::UniqueId ec_id) |
[local interface] Checking if the current context is own context More... | |
virtual ReturnCode_t | on_aborting (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Transition to Error State More... | |
virtual ReturnCode_t | on_activated (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Activate RTC More... | |
virtual ReturnCode_t | on_deactivated (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Deactivate RTC More... | |
virtual ReturnCode_t | on_error (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Error Processing of RTC More... | |
virtual ReturnCode_t | on_execute (UniqueId exec_handle) throw (CORBA::SystemException) |
[DataFlowComponentAction CORBA interface] Primary Periodic Operation of RTC More... | |
virtual ReturnCode_t | on_finalize () throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Finalize RTC More... | |
virtual ReturnCode_t | on_initialize () throw (CORBA::SystemException) |
[RTObject CORBA interface] Get ExecutionContextAdmin More... | |
virtual ReturnCode_t | on_rate_changed (UniqueId exec_handle) throw (CORBA::SystemException) |
[DataFlowComponentAction CORBA interface] Notify rate changed More... | |
virtual ReturnCode_t | on_reset (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Resetting RTC More... | |
virtual ReturnCode_t | on_shutdown (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Shutdown RTC More... | |
virtual ReturnCode_t | on_startup (UniqueId exec_handle) throw (CORBA::SystemException) |
[ComponentAction CORBA interface] Startup RTC More... | |
virtual ReturnCode_t | on_state_update (UniqueId exec_handle) throw (CORBA::SystemException) |
[DataFlowComponentAction CORBA interface] Secondary Periodic Operation of RTC More... | |
bool | readAll () |
Readout the value from All InPorts. More... | |
void | registerInPort (const char *name, InPortBase &inport) |
[local interface] Register DataInPort More... | |
void | registerOutPort (const char *name, OutPortBase &outport) |
[local interface] Register DataOutPort 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... | |
void | removeConfigurationParamListener (ConfigurationParamListenerType type, ConfigurationParamListener *listener) |
Removing ConfigurationParamListener. More... | |
void | removeConfigurationSetListener (ConfigurationSetListenerType type, ConfigurationSetListener *listener) |
Removing ConfigurationSetListener. More... | |
void | removeConfigurationSetNameListener (ConfigurationSetNameListenerType type, ConfigurationSetNameListener *listener) |
Removing ConfigurationSetNameListener. More... | |
void | removeExecutionContextActionListener (ECActionListenerType listener_type, ECActionListener *listener) |
Removing ExecutionContextAction type listener. More... | |
bool | removeInPort (InPortBase &port) |
[local interface] Unregister InPort More... | |
bool | removeOutPort (OutPortBase &port) |
[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 | removePortActionListener (PortActionListenerType listener_type, PortActionListener *listener) |
Removing PortAction type listener. More... | |
void | removePortConnectListener (PortConnectListenerType listener_type, PortConnectListener *listener) |
Removing PortConnect type listener. More... | |
void | removePortConnectRetListener (PortConnectRetListenerType listener_type, PortConnectRetListener *listener) |
Removing PortConnectRet type listener. More... | |
void | removePostComponentActionListener (PostComponentActionListenerType listener_type, PostComponentActionListener *listener) |
Removing PostComponentAction type listener. More... | |
void | removePreComponentActionListener (PreComponentActionListenerType listener_type, PreComponentActionListener *listener) |
Removing PreComponentAction type listener. More... | |
bool | removeSdoServiceConsumer (const char *id) |
[local interface] Remove a SDO service provider More... | |
bool | removeSdoServiceProvider (const char *id) |
[local interface] Remove a SDO service provider More... | |
ReturnCode_t | reset (RTC::UniqueId ec_id) |
[local interface] Resetting and go to Inactive state More... | |
RTObject_impl (Manager *manager) | |
Constructor. More... | |
RTObject_impl (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
Constructor. More... | |
ReturnCode_t | setExecutionRate (RTC::UniqueId ec_id, double rate) |
[local interface] Setting current context' execution rate More... | |
void | setInstanceName (const char *instance_name) |
[local interface] Set instance name More... | |
void | setObjRef (const RTObject_ptr rtobj) |
[local interface] Set the object reference More... | |
void | setProperties (const coil::Properties &prop) |
[local interface] Set RTC property 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 | updateParameters (const char *config_set) |
Update configuration parameters (by ID) More... | |
bool | writeAll () |
The write() method of all OutPort is called. More... | |
virtual | ~RTObject_impl (void) |
Virtual destructor. More... | |
Protected Member Functions | |
virtual ReturnCode_t | onAborting (RTC::UniqueId exec_handle) |
Callback function to abort. More... | |
virtual ReturnCode_t | onActivated (RTC::UniqueId exec_handle) |
Callback function to activate. More... | |
void | onAddPort (const PortProfile &pprof) |
void | onAttachExecutionContext (UniqueId ec_id) |
virtual ReturnCode_t | onDeactivated (RTC::UniqueId exec_handle) |
Callback function to deactivate. More... | |
void | onDetachExecutionContext (UniqueId ec_id) |
virtual ReturnCode_t | onError (RTC::UniqueId exec_handle) |
Callback function for error handling. More... | |
virtual ReturnCode_t | onExecute (RTC::UniqueId exec_handle) |
Callback function to execute periodically. More... | |
virtual ReturnCode_t | onFinalize () |
Callback function to finalize. More... | |
virtual ReturnCode_t | onInitialize () |
Callback function to initialize. More... | |
virtual ReturnCode_t | onRateChanged (RTC::UniqueId exec_handle) |
Callback function to change execution cycle. More... | |
void | onRemovePort (const PortProfile &pprof) |
virtual ReturnCode_t | onReset (RTC::UniqueId exec_handle) |
Callback function to reset. More... | |
virtual ReturnCode_t | onShutdown (RTC::UniqueId exec_handle) |
Callback function for shutdown action. More... | |
virtual ReturnCode_t | onStartup (RTC::UniqueId exec_handle) |
Callback function for startup action. More... | |
virtual ReturnCode_t | onStateUpdate (RTC::UniqueId exec_handle) |
Callback function to update the state. More... | |
void | postOnAborting (UniqueId ec_id, ReturnCode_t ret) |
void | postOnActivated (UniqueId ec_id, ReturnCode_t ret) |
void | postOnDeactivated (UniqueId ec_id, ReturnCode_t ret) |
void | postOnError (UniqueId ec_id, ReturnCode_t ret) |
void | postOnExecute (UniqueId ec_id, ReturnCode_t ret) |
void | postOnFinalize (UniqueId ec_id, ReturnCode_t ret) |
void | postOnInitialize (UniqueId ec_id, ReturnCode_t ret) |
void | postOnRateChanged (UniqueId ec_id, ReturnCode_t ret) |
void | postOnReset (UniqueId ec_id, ReturnCode_t ret) |
void | postOnShutdown (UniqueId ec_id, ReturnCode_t ret) |
void | postOnStartup (UniqueId ec_id, ReturnCode_t ret) |
void | postOnStateUpdate (UniqueId ec_id, ReturnCode_t ret) |
void | preOnAborting (UniqueId ec_id) |
void | preOnActivated (UniqueId ec_id) |
void | preOnDeactivated (UniqueId ec_id) |
void | preOnError (UniqueId ec_id) |
void | preOnExecute (UniqueId ec_id) |
void | preOnFinalize (UniqueId ec_id) |
void | preOnInitialize (UniqueId ec_id) |
void | preOnRateChanged (UniqueId ec_id) |
void | preOnReset (UniqueId ec_id) |
void | preOnShutdown (UniqueId ec_id) |
void | preOnStartup (UniqueId ec_id) |
void | preOnStateUpdate (UniqueId ec_id) |
void | shutdown () |
Shutdown RTC. More... | |
Protected Attributes | |
ComponentActionListeners | m_actionListeners |
ComponentActionListener holder. More... | |
ConfigAdmin | m_configsets |
Configuration Administrator Object. More... | |
bool | m_created |
Created Status Flag. More... | |
std::vector< ExecutionContextBase * > | m_eclist |
List of ExecutionContextBase. More... | |
ExecutionContextServiceList | m_ecMine |
List of owned ExecutionContextService. More... | |
ExecutionContextServiceList | m_ecOther |
List of participating ExecutionContextService. More... | |
bool | m_exiting |
RTC Finalize Status Flag. More... | |
std::vector< InPortBase * > | m_inports |
List of InPortBase*. More... | |
RTObject_var | m_objref |
Object reference. More... | |
std::vector< OutPortBase * > | m_outports |
List of OutPortBase*. More... | |
Manager * | m_pManager |
Manager object. More... | |
CORBA::ORB_var | m_pORB |
The pointer to the ORB. More... | |
PortAdmin | m_portAdmin |
List of Port Object reference. More... | |
PortConnectListeners | m_portconnListeners |
PortConnectListener holder. More... | |
PortableServer::POA_var | m_pPOA |
The pointer to the POA. More... | |
ComponentProfile | m_profile |
ComponentProfile. More... | |
coil::Properties | m_properties |
Alive Status Flag. More... | |
SDOPackage::Configuration_var | m_pSdoConfig |
The pointer to the SDO Configuration Interface. More... | |
SDOPackage::Configuration_impl * | m_pSdoConfigImpl |
The pointer to the SDO Configuration Object. More... | |
bool | m_readAll |
flag for readAll() More... | |
bool | m_readAllCompletion |
flag for readAll() More... | |
SDOPackage::OrganizationList | m_sdoOrganizations |
SDO organization. More... | |
SDOPackage::OrganizationList | m_sdoOwnedOrganizations |
SDO owned organization list. More... | |
SdoServiceAdmin | m_sdoservice |
SDO Service Administrator Object. More... | |
SDOPackage::NVList | m_sdoStatus |
SDO Status. More... | |
bool | m_writeAll |
flag for writeAll() More... | |
bool | m_writeAllCompletion |
flag for writeAll() More... | |
Logger | rtclog |
Logger stream. More... | |
RT-Component class.
This is a class to be a base of each RT-Component. This is a implementation class of lightweightRTComponent in Robotic Technology Component specification. This provides a implementation of ComponentAction interface that offers the the component's function and the implementation of LightweightRTObject for management of the component's lifecycle. When users actually create the components, they should use each subclass corresponding to Execution Semantics.
(In current implementation, since only Periodic Sampled Data Processing is supported, this class inherits dataFlowComponent directly.)
Definition at line 89 of file RTObject.h.
Definition at line 3740 of file RTObject.h.
Adding ExecutionContextAction type listener.
This operation adds certain listeners related to ComponentActions post events. The following listener types are available.
Listeners should have the following function operator().
ExecutionContextActionListener::operator()(UniqueId ec_id)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removeExecutionContextActionListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 3739 of file RTObject.h.
Adding PostComponentAction type listener.
This operation adds certain listeners related to ComponentActions post events. The following listener types are available.
Listeners should have the following function operator().
PostComponentActionListener::operator()(UniqueId ec_id, ReturnCode_t ret)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removePostComponentActionListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 3511 of file RTObject.h.
Definition at line 3512 of file RTObject.h.
Adding PreComponentAction type listener.
This operation adds certain listeners related to ComponentActions pre events. The following listener types are available.
Listeners should have the following function operator().
PreComponentActionListener::operator()(UniqueId ec_id)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removePreComponentActionListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 3378 of file RTObject.h.
Definition at line 3379 of file RTObject.h.
RTC::RTObject_impl::RTObject_impl | ( | Manager * | manager | ) |
Constructor.
Constructor
manager | Manager object |
Definition at line 64 of file RTObject.cpp.
RTC::RTObject_impl::RTObject_impl | ( | CORBA::ORB_ptr | orb, |
PortableServer::POA_ptr | poa | ||
) |
|
virtual |
Virtual destructor.
Definition at line 115 of file RTObject.cpp.
ReturnCode_t RTC::RTObject_impl::activate | ( | RTC::UniqueId | ec_id | ) |
[local interface] Make transition to Active state
This function makes transition from Inactive to Active state. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above function.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1893 of file RTObject.cpp.
void RTC::RTObject_impl::addConfigurationParamListener | ( | ConfigurationParamListenerType | type, |
ConfigurationParamListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding ConfigurationParamListener.
This function adds a listener object which is called when update(const char* config_set, const char* config_param) is called. In the type argument, currently only ON_UPDATE_CONFIG_PARAM is allowed.
type | ConfigurationParamListenerType value ON_UPDATE_CONFIG_PARAM is only allowed. |
listener | ConfigurationParamListener listener object. |
autoclean | a flag whether if the listener object autocleaned. |
Definition at line 2361 of file RTObject.cpp.
|
inline |
Definition at line 4072 of file RTObject.h.
void RTC::RTObject_impl::addConfigurationSetListener | ( | ConfigurationSetListenerType | type, |
ConfigurationSetListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding ConfigurationSetListener.
This function add a listener object which is called when ConfigurationSet is updated. Available events are the followings.
type | ConfigurationSetListenerType value |
listener | ConfigurationSetListener listener object. |
autoclean | a flag whether if the listener object autocleaned. |
Definition at line 2390 of file RTObject.cpp.
|
inline |
Definition at line 4165 of file RTObject.h.
void RTC::RTObject_impl::addConfigurationSetNameListener | ( | ConfigurationSetNameListenerType | type, |
ConfigurationSetNameListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding ConfigurationSetNameListener.
This function add a listener object which is called when ConfigurationSetName is updated. Available events are the followings.
type | ConfigurationSetNameListenerType value |
listener | ConfigurationSetNameListener listener object. |
autoclean | a flag whether if the listener object autocleaned. |
Definition at line 2419 of file RTObject.cpp.
|
inline |
Definition at line 4259 of file RTObject.h.
void RTC::RTObject_impl::addExecutionContextActionListener | ( | ECActionListenerType | listener_type, |
ECActionListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding ExecutionContextAction type listener.
Definition at line 2265 of file RTObject.cpp.
|
inline |
Definition at line 3747 of file RTObject.h.
bool RTC::RTObject_impl::addInPort | ( | const char * | name, |
InPortBase & | inport | ||
) |
[local interface] Register DataInPort
This operation registers DataInPort held by this RTC. Set "port.dataport" and "tcp_any" to property of Port, and create instances of DataInPort and register it.
name | Port name |
inport | DataInPort which is registered to the RTC |
Definition at line 1608 of file RTObject.cpp.
bool RTC::RTObject_impl::addOutPort | ( | const char * | name, |
OutPortBase & | outport | ||
) |
[local interface] Register DataOutPort
This operation registers DataOutPor held by this RTC. Set "port.dataport" and "tcp_any" to property of Port, and then create instances of DataOutPort and register it.
name | Port name |
outport | DataOutPort which is registered to the RTC |
Definition at line 1649 of file RTObject.cpp.
bool RTC::RTObject_impl::addPort | ( | PortBase & | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1562 of file RTObject.cpp.
bool RTC::RTObject_impl::addPort | ( | PortService_ptr | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1577 of file RTObject.cpp.
bool RTC::RTObject_impl::addPort | ( | CorbaPort & | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1590 of file RTObject.cpp.
void RTC::RTObject_impl::addPortActionListener | ( | PortActionListenerType | listener_type, |
PortActionListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding PortAction type listener.
This operation adds certain listeners related to ComponentActions post events. The following listener types are available.
Listeners should have the following function operator().
PortActionListener::operator()(RTC::PortProfile pprof)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removePortActionListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 2228 of file RTObject.cpp.
|
inline |
Definition at line 3634 of file RTObject.h.
void RTC::RTObject_impl::addPortConnectListener | ( | PortConnectListenerType | listener_type, |
PortConnectListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding PortConnect type listener.
This operation adds certain listeners related to Port's connect actions. The following listener types are available.
Listeners should have the following function operator().
PortConnectListener::operator()(const char*, ConnectorProfile)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removePortConnectListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 2299 of file RTObject.cpp.
|
inline |
Definition at line 3858 of file RTObject.h.
void RTC::RTObject_impl::addPortConnectRetListener | ( | PortConnectRetListenerType | listener_type, |
PortConnectRetListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding PortConnectRet type listener.
This operation adds certain listeners related to Port's connect actions. The following listener types are available.
Listeners should have the following function operator().
PortConnectRetListener::operator()(const char*, ConnectorProfile)
The ownership of the given listener object is transferred to this RTObject object in default. The given listener object will be destroied automatically in the RTObject's dtor or if the listener is deleted by removePortConnectRetListener() function. If you want to keep ownership of the listener object, give "false" value to 3rd argument to inhibit automatic destruction.
listener_type | A listener type |
listener | A pointer to a listener object |
autoclean | A flag for automatic listener destruction |
Definition at line 2330 of file RTObject.cpp.
|
inline |
Definition at line 3974 of file RTObject.h.
void RTC::RTObject_impl::addPostComponentActionListener | ( | PostComponentActionListenerType | listener_type, |
PostComponentActionListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding PostComponentAction type listener.
Definition at line 2190 of file RTObject.cpp.
|
inline |
Definition at line 3521 of file RTObject.h.
void RTC::RTObject_impl::addPreComponentActionListener | ( | PreComponentActionListenerType | listener_type, |
PreComponentActionListener * | listener, | ||
bool | autoclean = true |
||
) |
Adding PreComponentAction type listener.
Definition at line 2152 of file RTObject.cpp.
|
inline |
Definition at line 3388 of file RTObject.h.
bool RTC::RTObject_impl::addSdoServiceConsumer | ( | const SDOPackage::ServiceProfile & | prof | ) |
[local interface] Set a SDO service provider
Definition at line 1954 of file RTObject.cpp.
bool RTC::RTObject_impl::addSdoServiceProvider | ( | const SDOPackage::ServiceProfile & | prof, |
SdoServiceProviderBase * | provider | ||
) |
[local interface] Set a SDO service provider
Definition at line 1928 of file RTObject.cpp.
UniqueId RTC::RTObject_impl::attach_context | ( | ExecutionContext_ptr | exec_context | ) | |
throw | ( | CORBA::SystemException | |||
) |
[CORBA interface] Attach ExecutionContext
Inform this RTC that it is participating in the given execution context. Return a handle that represents the association of this RTC with the context. This operation is intended to be invoked by ExecutionContextOperations::add_component. It is not intended for use by other clients.
exec_context | Participating ExecutionContext |
Definition at line 587 of file RTObject.cpp.
UniqueId RTC::RTObject_impl::bindContext | ( | ExecutionContext_ptr | exec_context | ) |
Definition at line 624 of file RTObject.cpp.
|
inline |
Setup for configuration parameters.
Bind configuration parameter to its variable. Specify the data type of configuration parameter as <VarType>.
param_name | Configuration parameter name |
var | Variables to store configuration parameter |
def_val | Default value of configuration parameter |
trans | Function to transform configuration parameter type into string format |
Definition at line 2251 of file RTObject.h.
ReturnCode_t RTC::RTObject_impl::deactivate | ( | RTC::UniqueId | ec_id | ) |
[local interface] Make transition to Inactive state
This function makes transition from Active to Inactive state. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above function.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1876 of file RTObject.cpp.
void RTC::RTObject_impl::deletePort | ( | PortBase & | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1768 of file RTObject.cpp.
void RTC::RTObject_impl::deletePort | ( | PortService_ptr | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1775 of file RTObject.cpp.
void RTC::RTObject_impl::deletePort | ( | CorbaPort & | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1782 of file RTObject.cpp.
void RTC::RTObject_impl::deletePortByName | ( | const char * | port_name | ) |
[local interface] Delete Port by specifying its name
Delete Port which RTC has by specifying its name.
port_name | Name of Port which is deleted |
Definition at line 1797 of file RTObject.cpp.
ReturnCode_t RTC::RTObject_impl::detach_context | ( | UniqueId | exec_handle | ) | |
throw | ( | CORBA::SystemException | |||
) |
[CORBA interface] Detach ExecutionContext.
[CORBA interface] Detach ExecutionContext
Inform this RTC that it is no longer participating in the given execution context. This operation is intended to be invoked by ExecutionContextOperations::remove. It is not intended for use by other clients. Constraints
exec_handle | Detaching ExecutionContext Handle |
Definition at line 664 of file RTObject.cpp.
|
virtual |
[CORBA interface]top the RTC's execution context(s) and finalize it along with its contents.
[CORBA interface] RTC stops ExecutionContext of RTC's owner and finalize it with its contents
Any execution contexts for which the RTC is the owner shall be stopped. If the RTC participates in any execution contexts belonging to another RTC that contains it, directly or indirectly (i.e. the containing RTC is the owner of the ExecutionContext), it shall be deactivated in those contexts. After the RTC is no longer Active in any Running execution context, it and any RTCs contained transitively within it shall be finalized.
Constraints
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 398 of file RTObject.cpp.
|
virtual |
[CORBA interface] Finalize the RTC for destruction
[CORBA interface] Finalize the RTC for preparing it for destruction
This invocation of this operation shall result in the invocation of the callback ComponentAction::on_finalize.
Constraints
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 361 of file RTObject.cpp.
void RTC::RTObject_impl::finalizeContexts | ( | ) |
The ExecutionContextBase list is deleted.
Definition at line 2109 of file RTObject.cpp.
void RTC::RTObject_impl::finalizePorts | ( | ) |
Unregister All Ports.
This operation deactivates the all Ports and deletes the all Port's registrations in the RTC
Definition at line 2101 of file RTObject.cpp.
|
virtual |
[RTObject CORBA interface] Get RTC's profile
[RTCObject CORBA interface] Get RTC's profile
This operation returns the ComponentProfile of the RTC.
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 702 of file RTObject.cpp.
|
virtual |
[SDO interface] Get Configuration object
This operation returns an object implementing the Configuration interface. The Configuration interface is one of the interfaces that each SDO maintains. The interface is used to configure the attributes defined in DeviceProfile, ServiceProfile, and Organization. See OMG SDO specification Section 2.3.5, "Configuration Interface," on page 2-24 for more details about the Configuration interface.
InterfaceNotImplemented | The target SDO has no Configuration interface. |
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1306 of file RTObject.cpp.
|
virtual |
[CORBA interface] Get ExecutionContext.
[CORBA interface] Get ExecutionContext
Obtain a reference to the execution context represented by the given handle. The mapping from handle to context is specific to a particular RTC instance. The given handle must have been obtained by a previous call to attach_context on this RTC.
exec_handle | ExecutionContext handle |
Definition at line 465 of file RTObject.cpp.
|
virtual |
[CORBA interface] Return a handle of a ExecutionContext
This operation returns a handle that is associated with the given execution context.
Definition at line 561 of file RTObject.cpp.
|
virtual |
[SDO interface] Get SDO DeviceProfile list
This operation returns the DeviceProfile of the SDO. If the SDO does not represent any hardware device, then a DeviceProfile with empty values are returned. This operation throws SDOException with one of the following types.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1178 of file RTObject.cpp.
|
virtual |
[SDO interface] Get Monitoring object
This operation returns an object implementing the Monitoring interface. The Monitoring interface is one of the interfaces that each SDO maintains. The interface is used to monitor the properties of an SDO. See OMG SDO specification Section 2.3.7, "Monitoring Interface," on page 2-35 for more details about the Monitoring interface.
InterfaceNotImplemented | The target SDO has no Configuration interface. |
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1340 of file RTObject.cpp.
|
virtual |
[SDO interface] Get Organization list
An SDO belongs to zero or more organizations. If the SDO belongs to one or more organizations, this operation returns the list of organizations that the SDO belongs to. An empty list is returned if the SDO does not belong to any Organizations.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1357 of file RTObject.cpp.
|
virtual |
[CORBA interface] Get ExecutionContextList.
[CORBA interface] Get ExecutionContextList
This operation returns a list of all execution contexts owned by this RTC.
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 503 of file RTObject.cpp.
|
virtual |
[SDO interface] Get Organization list
SDOSystemElement can be the owner of zero or more organizations. If the SDOSystemElement owns one or more Organizations, this operation returns the list of Organizations that the SDOSystemElement owns. If it does not own any Organization, it returns empty list.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1102 of file RTObject.cpp.
|
virtual |
[CORBA interface] Get participating ExecutionContextList.
This operation returns a list of all execution contexts in which this RTC participates.
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 540 of file RTObject.cpp.
|
virtual |
[RTObject CORBA interface] Get Ports
[RTCObject CORBA interface] Get Ports
This operation returns the reference of ports held by RTC.
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 752 of file RTObject.cpp.
|
virtual |
[SDO interface] Get the SDO ID
This operation returns id of the SDO. This operation throws SDOException with one of the following types.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1128 of file RTObject.cpp.
|
virtual |
[SDO interface] Get specified SDO Service's reference
This operation returns an object implementing an SDO's service that is identified by the identifier specified as an argument. Different services provided by an SDO are distinguished with different identifiers. See OMG SDO specification Section 2.2.8, "ServiceProfile," on page 2-12 for more details.
id | The identifier referring to one of the SDO Service |
InvalidParameter | Argument ¡Èid¡É is null, or if the ServiceProfile that is specified by argument ¡Èid¡É does not exist. |
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1272 of file RTObject.cpp.
|
virtual |
This operation returns sdoType of the SDO. This operation throws SDOException with one of the following types.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1152 of file RTObject.cpp.
|
virtual |
[SDO interface] Get specified ServiceProfile
This operation returns the ServiceProfile that is specified by the argument "id."
id | The identifier referring to one of the ServiceProfiles. |
InvalidParameter | The ServiceProfile that is specified by the argument 'id' does not exist or if 'id' is 'null.' |
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1235 of file RTObject.cpp.
|
virtual |
[SDO interface] Get SDO ServiceProfile
This operation returns a list of ServiceProfiles that the SDO has. If the SDO does not provide any service, then an empty list is returned. This operation throws SDOException with one of the following types.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1207 of file RTObject.cpp.
|
virtual |
[SDO interface] Get SDO Status
name | One of the parameters defining the "status" of an SDO. |
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InvalidParameter | The parameter defined by "name" is null or does not exist. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1408 of file RTObject.cpp.
|
virtual |
[SDO interface] Get SDO Status list
This operation returns an NVlist describing the status of an SDO.
SDONotExists | The target SDO does not exist.(This exception is mapped to CORBA standard system exception OBJECT_NOT_EXIST.) |
NotAvailable | The target SDO is reachable but cannot respond. |
InternalError | The target SDO cannot execute the operation completely due to some internal error. |
Reimplemented in Tests::DataFlowComponentMock.
Definition at line 1383 of file RTObject.cpp.
|
inline |
[local interface] Get category information
Get the category information that has been set in ComponentProfile.
Definition at line 2099 of file RTObject.h.
|
inline |
[local interface] GetDescription
Get the Description has been set in ComponentProfile.
Definition at line 2023 of file RTObject.h.
ExecutionContext_ptr RTC::RTObject_impl::getExecutionContext | ( | RTC::UniqueId | ec_id | ) |
[local interface] Getting current execution context
This function is the local version of get_context(). completely same as get_context() function. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above functions.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1812 of file RTObject.cpp.
double RTC::RTObject_impl::getExecutionRate | ( | RTC::UniqueId | ec_id | ) |
[local interface] Getting current context' execution rate
This function returns current execution rate in this context. If this context's kind is not PERIODC, behavior is not defined. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above functions.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1824 of file RTObject.cpp.
|
inline |
[local interface] Get instance name
Return the instance name that has been set in ComponentProfile.
Definition at line 1952 of file RTObject.h.
std::vector< std::string > RTC::RTObject_impl::getNamingNames | ( | ) |
[local interface] Get Naming Server information
Get Naming Server information that has been set.
Definition at line 1461 of file RTObject.cpp.
RTObject_ptr RTC::RTObject_impl::getObjRef | ( | void | ) | const |
[local interface] Get the object reference
Get CORBA object reference that has been set
Definition at line 1487 of file RTObject.cpp.
Properties & RTC::RTObject_impl::getProperties | ( | ) |
|
inline |
[local interface] Get type name
Get the type name has been set in ComponentProfile.
Definition at line 1998 of file RTObject.h.
|
inline |
[local interface] Get vendor
Get the vendor information that has been set in ComponentProfile.
Definition at line 2074 of file RTObject.h.
|
inline |
[local interface] Get version information
Get the version information that has been set in ComponentProfile.
Definition at line 2049 of file RTObject.h.
|
virtual |
[CORBA interface] Initialize the RTC that realizes this interface.
[CORBA interface] IInitialize the RTC that realizes this interface.
The invocation of this operation shall result in the invocation of the callback ComponentAction::on_initialize.
Constraints
Reimplemented in Tests::RTObjectMock, and Tests::DataFlowComponentMock.
Definition at line 314 of file RTObject.cpp.
|
virtual |
[CORBA interface] Confirm whether RTC is the alive state
A component is alive or not regardless of the execution context from which it is observed. However, whether or not it is Active, Inactive, or in Error is dependent on the execution context(s) in which it is running. That is, it may be Active in one context but Inactive in another. Therefore, this operation shall report whether this RTC is either Active, Inactive or in Error; which of those states a component is in with respect to a particular context may be queried from the context itself.
Definition at line 437 of file RTObject.cpp.
bool RTC::RTObject_impl::isOwnExecutionContext | ( | RTC::UniqueId | ec_id | ) |
[local interface] Checking if the current context is own context
This function checks if the current context is own execution context. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above functions.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1860 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Transition to Error State
[ComponentAction interface] Transition to the error state
The RTC is transitioning from the Active state to the Error state in some execution context. This callback is invoked only a single time for time that the RTC transitions into the Error state from another state. This behavior is in contrast to that of on_error. As a result of this operation, onAborting() callback function is invoked.
exec_handle | ID of ExecutionContext that transited to the state |
Definition at line 943 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Activate RTC
The RTC has been activated in the given execution context. As a result of this operation, onActivated() callback function is called.
exec_handle | ID of activation ExecutionContext |
Definition at line 890 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Deactivate RTC
The RTC has been deactivated in the given execution context. As a result of this operation, onDeactivated() callback function is called.
exec_handle | ID of deactivation ExecutionContext |
Definition at line 917 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Error Processing of RTC
The RTC remains in the Error state. If the RTC is in the Error state relative to some execution context when it would otherwise be invoked from that context (according to the context¡Çs ExecutionKind), this callback shall be invoked instead. For example,
exec_handle | ID of target ExecutionContext |
Definition at line 968 of file RTObject.cpp.
|
virtual |
[DataFlowComponentAction CORBA interface] Primary Periodic Operation of RTC
This operation will be invoked periodically at the rate of the given execution context as long as the following conditions hold:
Constraints
exec_handle | ID of target ExecutionContext for Primary Periodic Operation |
Definition at line 1020 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Finalize RTC
The RTC is being destroyed. Any final RTC-specific tear-down logic should be performed here. As a result of this operation, onFinalize() callback function is called.
Reimplemented in Tests::DataFlowComponentMock, and RTObject::RTObjectMock.
Definition at line 815 of file RTObject.cpp.
|
virtual |
[RTObject CORBA interface] Get ExecutionContextAdmin
[ComponentAction CORBA interface] Initialize RTC
This operation returns a list containing an ExecutionContextAdmin for every ExecutionContext owned by the RTC.
[ComponentAction CORBA interface] Initialize RTC
The RTC has been initialized and entered the Alive state. Any RTC-specific initialization logic should be performed here. As a result of this operation, onInitialize() callback function is called.
Reimplemented in Tests::DataFlowComponentMock, and RTObject::RTObjectMock.
Definition at line 779 of file RTObject.cpp.
|
virtual |
[DataFlowComponentAction CORBA interface] Notify rate changed
This operation is a notification that the rate of the indicated execution context has changed. As a result of this operation, onRateChanged() callback function is called.
Constraints
exec_handle | ID of target ExecutionContext for Operation |
Definition at line 1074 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Resetting RTC
The RTC is in the Error state. An attempt is being made to recover it such that it can return to the Inactive state. If the RTC was successfully recovered and can safely return to the Inactive state, this method shall complete with ReturnCode_t::OK. Any other result shall indicate that the RTC should remain in the Error state. As a result of this operation, onReset() callback function is invoked.
exec_handle | ID of target ExecutionContext for the reset |
Definition at line 994 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Shutdown RTC
The given execution context, in which the RTC is participating, has transitioned from Running to Stopped. As a result of this operation, onShutdown() callback function is called.
exec_handle | ID of ExecutionContext that transited to the state |
Definition at line 865 of file RTObject.cpp.
|
virtual |
[ComponentAction CORBA interface] Startup RTC
The given execution context, in which the RTC is participating, has transitioned from Stopped to Running. As a result of this operation, onStartup() callback function is called.
exec_handle | ID of ExecutionContext that transited to the state |
Definition at line 840 of file RTObject.cpp.
|
virtual |
[DataFlowComponentAction CORBA interface] Secondary Periodic Operation of RTC
This operation will be invoked periodically at the rate of the given execution context as long as the following conditions hold:
Constraints
exec_handle | ID of target ExecutionContext for Secondary Periodic Operation |
Definition at line 1048 of file RTObject.cpp.
|
protectedvirtual |
Callback function to abort.
This is a callback function that is executed when ComponentAction::on_aborting was invoked.
As for actual abortion of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Definition at line 238 of file RTObject.cpp.
|
protectedvirtual |
Callback function to activate.
This is a callback function that is executed when ComponentAction::on_activated was invoked.
As for actual activation of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Reimplemented in RTC::PeriodicECSharedComposite, AutoTestOut, AutoTestIn, USBCameraMonitor, USBCameraAcquire, and RTSample.
Definition at line 193 of file RTObject.cpp.
|
inlineprotected |
Definition at line 4457 of file RTObject.h.
|
inlineprotected |
Definition at line 4467 of file RTObject.h.
|
protectedvirtual |
Callback function to deactivate.
This is a callback function that is executed when ComponentAction::on_deactivated was invoked.
As for actual deactivation of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Reimplemented in RTC::PeriodicECSharedComposite, AutoTestOut, AutoTestIn, USBCameraMonitor, USBCameraAcquire, and RTSample.
Definition at line 208 of file RTObject.cpp.
|
inlineprotected |
Definition at line 4472 of file RTObject.h.
|
protectedvirtual |
Callback function for error handling.
This is a callback function that is executed when ComponentAction::on_error was invoked.
As for actual error handling of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Definition at line 253 of file RTObject.cpp.
|
protectedvirtual |
Callback function to execute periodically.
This is a callback function that is executed when DataFlowComponentAction::on_execute is invoked.
As for actual periodic execution of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it. This function is invoked periodically as the first execution pass of Two-Pass Execution in Periodic Sampled Data Processing.
exec_handle | ID of the participant ExecutionContext |
Reimplemented in AutoTestOut, AutoTestIn, SeqOut, SeqIn, ConsoleIn, ConsoleOut, USBCameraMonitor, USBCameraAcquire, MyServiceConsumer, ConfigSample, ConsoleIn, ConsoleOut, RTSample, Controller, Motor, and Sensor.
Definition at line 223 of file RTObject.cpp.
|
protectedvirtual |
Callback function to finalize.
This is a callback function that is executed when ComponentAction::on_finalize was invoked.
As for actual finalization of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
Reimplemented in RTC::PeriodicECSharedComposite, and USBCameraAcquire.
Definition at line 148 of file RTObject.cpp.
|
protectedvirtual |
Callback function to initialize.
This is a callback function that is executed when ComponentAction::on_initialize was invoked.
As for actual initialization of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
Reimplemented in RTC::PeriodicECSharedComposite, SeqOut, SeqIn, ConsoleIn, ConsoleOut, AutoTestOut, AutoTestIn, USBCameraMonitor, MyServiceConsumer, MyServiceProvider, ConfigSample, ConsoleIn, ConsoleOut, RTSample, Controller, Motor, and Sensor.
Definition at line 133 of file RTObject.cpp.
|
protectedvirtual |
Callback function to change execution cycle.
This is a callback function that is executed when DataFlowComponentAction::on_rate_changed was invoked.
As for actual changing execution cycle of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
This function is invoked when the execution of ExecutionContext was updated in Periodic Sampled Data Processing.
exec_handle | ID of the participant ExecutionContext |
Definition at line 298 of file RTObject.cpp.
|
inlineprotected |
Definition at line 4462 of file RTObject.h.
|
protectedvirtual |
Callback function to reset.
This is a callback function that is executed when ComponentAction::on_reset was invoked.
As for actual reset of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Reimplemented in RTC::PeriodicECSharedComposite.
Definition at line 268 of file RTObject.cpp.
|
protectedvirtual |
Callback function for shutdown action.
Callback function that is executed when ComponentAction::on_shutdown was invoked.
As for actual shutdown of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Definition at line 178 of file RTObject.cpp.
|
protectedvirtual |
Callback function for startup action.
Callback function that is executed when ComponentAction::on_startup was invoked.
As for actual startup of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
exec_handle | ID of the participant ExecutionContext |
Definition at line 163 of file RTObject.cpp.
|
protectedvirtual |
Callback function to update the state.
This is a callback function that is executed when DataFlowComponentAction::on_state_update was invoked.
As for actual updating the state of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
This function is invoked periodically as the second execution pass of Two-Pass Execution in Periodic Sampled Data Processing.
exec_handle | ID of the participant ExecutionContext |
Definition at line 283 of file RTObject.cpp.
|
inlineprotected |
Definition at line 4427 of file RTObject.h.
|
inlineprotected |
Definition at line 4417 of file RTObject.h.
|
inlineprotected |
Definition at line 4422 of file RTObject.h.
|
inlineprotected |
Definition at line 4432 of file RTObject.h.
|
inlineprotected |
Definition at line 4442 of file RTObject.h.
|
inlineprotected |
Definition at line 4402 of file RTObject.h.
|
inlineprotected |
Definition at line 4397 of file RTObject.h.
|
inlineprotected |
Definition at line 4452 of file RTObject.h.
|
inlineprotected |
Definition at line 4437 of file RTObject.h.
|
inlineprotected |
Definition at line 4412 of file RTObject.h.
|
inlineprotected |
Definition at line 4407 of file RTObject.h.
|
inlineprotected |
Definition at line 4447 of file RTObject.h.
|
inlineprotected |
Definition at line 4367 of file RTObject.h.
|
inlineprotected |
Definition at line 4357 of file RTObject.h.
|
inlineprotected |
Definition at line 4362 of file RTObject.h.
|
inlineprotected |
Definition at line 4372 of file RTObject.h.
|
inlineprotected |
Definition at line 4382 of file RTObject.h.
|
inlineprotected |
Definition at line 4342 of file RTObject.h.
|
inlineprotected |
Definition at line 4337 of file RTObject.h.
|
inlineprotected |
Definition at line 4392 of file RTObject.h.
|
inlineprotected |
Definition at line 4377 of file RTObject.h.
|
inlineprotected |
Definition at line 4352 of file RTObject.h.
|
inlineprotected |
Definition at line 4347 of file RTObject.h.
|
inlineprotected |
Definition at line 4387 of file RTObject.h.
bool RTC::RTObject_impl::readAll | ( | ) |
Readout the value from All InPorts.
This operation read the value from all InPort registered in the RTC.
Definition at line 1980 of file RTObject.cpp.
void RTC::RTObject_impl::registerInPort | ( | const char * | name, |
InPortBase & | inport | ||
) |
[local interface] Register DataInPort
This operation registers DataInPort held by this RTC. Set "port.dataport" and "tcp_any" to property of Port, and create instances of DataInPort and register it.
name | Port name |
inport | DataInPort which is registered to the RTC |
Definition at line 1631 of file RTObject.cpp.
void RTC::RTObject_impl::registerOutPort | ( | const char * | name, |
OutPortBase & | outport | ||
) |
[local interface] Register DataOutPort
This operation registers DataOutPor held by this RTC. Set "port.dataport" and "tcp_any" to property of Port, and then create instances of DataOutPort and register it.
name | Port name |
outport | DataOutPort which is registered to the RTC |
Definition at line 1672 of file RTObject.cpp.
void RTC::RTObject_impl::registerPort | ( | PortBase & | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1556 of file RTObject.cpp.
void RTC::RTObject_impl::registerPort | ( | PortService_ptr | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1571 of file RTObject.cpp.
void RTC::RTObject_impl::registerPort | ( | CorbaPort & | port | ) |
[local interface] Register Port
This operation registers a Port held by this RTC. In order to enable access to the Port from outside of RTC, the Port must be registered by this operation. The Port that is registered by this operation would be identified by PortProfile.name in the inside of RTC. Therefore, the Port should have unique PortProfile.name in the RTC. The registering Port would be activated properly, and the reference and the object reference would be stored in lists in RTC.
port | Port which is registered to the RTC |
Definition at line 1583 of file RTObject.cpp.
void RTC::RTObject_impl::removeConfigurationParamListener | ( | ConfigurationParamListenerType | type, |
ConfigurationParamListener * | listener | ||
) |
Removing ConfigurationParamListener.
This function removes a listener object which is added by addConfigurationParamListener() function.
type | ConfigurationParamListenerType value ON_UPDATE_CONFIG_PARAM is only allowed. |
listener | a pointer to ConfigurationParamListener listener object. |
Definition at line 2376 of file RTObject.cpp.
void RTC::RTObject_impl::removeConfigurationSetListener | ( | ConfigurationSetListenerType | type, |
ConfigurationSetListener * | listener | ||
) |
Removing ConfigurationSetListener.
This function removes a listener object which is added by addConfigurationSetListener() function.
type | ConfigurationSetListenerType value |
listener | a pointer to ConfigurationSetListener listener object. |
Definition at line 2405 of file RTObject.cpp.
void RTC::RTObject_impl::removeConfigurationSetNameListener | ( | ConfigurationSetNameListenerType | type, |
ConfigurationSetNameListener * | listener | ||
) |
Removing ConfigurationSetNameListener.
This function removes a listener object which is added by addConfigurationSetNameListener() function.
type | ConfigurationSetNameListenerType value ON_UPDATE_CONFIG_PARAM is only allowed. |
listener | a pointer to ConfigurationSetNameListener listener object. |
Definition at line 2434 of file RTObject.cpp.
void RTC::RTObject_impl::removeExecutionContextActionListener | ( | ECActionListenerType | listener_type, |
ECActionListener * | listener | ||
) |
Removing ExecutionContextAction type listener.
This operation removes a specified listener.
Definition at line 2284 of file RTObject.cpp.
bool RTC::RTObject_impl::removeInPort | ( | InPortBase & | port | ) |
[local interface] Unregister InPort
[local interface] Unregister DataInPort
This operation unregisters a InPort held by this RTC.
port | Port which is unregistered |
Definition at line 1690 of file RTObject.cpp.
bool RTC::RTObject_impl::removeOutPort | ( | OutPortBase & | port | ) |
[local interface] Unregister OutPort
[local interface] Unregister DataOutPort
This operation unregisters a OutPort held by this RTC.
port | Port which is unregistered |
Definition at line 1720 of file RTObject.cpp.
bool RTC::RTObject_impl::removePort | ( | PortBase & | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1750 of file RTObject.cpp.
bool RTC::RTObject_impl::removePort | ( | PortService_ptr | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1756 of file RTObject.cpp.
bool RTC::RTObject_impl::removePort | ( | CorbaPort & | port | ) |
[local interface] Unregister Port
This operation unregisters a Port held by this RTC.
port | Port which is unregistered |
Definition at line 1761 of file RTObject.cpp.
void RTC::RTObject_impl::removePortActionListener | ( | PortActionListenerType | listener_type, |
PortActionListener * | listener | ||
) |
Removing PortAction type listener.
This operation removes a specified listener.
Definition at line 2247 of file RTObject.cpp.
void RTC::RTObject_impl::removePortConnectListener | ( | PortConnectListenerType | listener_type, |
PortConnectListener * | listener | ||
) |
Removing PortConnect type listener.
This operation removes a specified listener.
Definition at line 2315 of file RTObject.cpp.
void RTC::RTObject_impl::removePortConnectRetListener | ( | PortConnectRetListenerType | listener_type, |
PortConnectRetListener * | listener | ||
) |
Removing PortConnectRet type listener.
This operation removes a specified listener.
Definition at line 2346 of file RTObject.cpp.
void RTC::RTObject_impl::removePostComponentActionListener | ( | PostComponentActionListenerType | listener_type, |
PostComponentActionListener * | listener | ||
) |
Removing PostComponentAction type listener.
This operation removes a specified listener.
Definition at line 2210 of file RTObject.cpp.
void RTC::RTObject_impl::removePreComponentActionListener | ( | PreComponentActionListenerType | listener_type, |
PreComponentActionListener * | listener | ||
) |
Removing PreComponentAction type listener.
This operation removes a specified listener.
Definition at line 2171 of file RTObject.cpp.
bool RTC::RTObject_impl::removeSdoServiceConsumer | ( | const char * | id | ) |
[local interface] Remove a SDO service provider
Definition at line 1966 of file RTObject.cpp.
bool RTC::RTObject_impl::removeSdoServiceProvider | ( | const char * | id | ) |
[local interface] Remove a SDO service provider
Definition at line 1941 of file RTObject.cpp.
ReturnCode_t RTC::RTObject_impl::reset | ( | RTC::UniqueId | ec_id | ) |
[local interface] Resetting and go to Inactive state
This function reset RTC and makes transition from Error to Inactive state. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above function.
ec_id | The above functions' first argument "exec_handle." |
Definition at line 1910 of file RTObject.cpp.
ReturnCode_t RTC::RTObject_impl::setExecutionRate | ( | RTC::UniqueId | ec_id, |
double | rate | ||
) |
[local interface] Setting current context' execution rate
This function sets a execution rate in the context. If this context's kind is not PERIODC, behavior is not defined. This function is assumed to be called from the following functions.
The argument of this function should be the first argument (UniqueId ec_id) of the above functions.
ec_id | The above functions' first argument "exec_handle." |
rate | Execution rate in [Hz]. |
Definition at line 1842 of file RTObject.cpp.
void RTC::RTObject_impl::setInstanceName | ( | const char * | instance_name | ) |
[local interface] Set instance name
Set the instance name specified in ComponentProfile.
instance_name | Instance name |
Definition at line 1441 of file RTObject.cpp.
void RTC::RTObject_impl::setObjRef | ( | const RTObject_ptr | rtobj | ) |
[local interface] Set the object reference
Set RTC's CORBA object reference.
rtobj | The object reference |
Definition at line 1474 of file RTObject.cpp.
void RTC::RTObject_impl::setProperties | ( | const coil::Properties & | prop | ) |
[local interface] Set RTC property
This operation sets the properties to the RTC. The given property values should include information for ComponentProfile. Generally, this operation is designed to be called from Manager, when RTC is initialized
prop | Property for RTC. |
Definition at line 1501 of file RTObject.cpp.
void RTC::RTObject_impl::setReadAll | ( | bool | read = true , |
bool | completion = false |
||
) |
Set whether to execute the readAll() method.
Set whether to execute the readAll() method.
read(default:true) | (readAll() is called:true, readAll() isn't called:false) |
completion(default:false) | All InPort::read() calls are completed.:true, If one InPort::read() is False, return false.:false |
completion(default:false) | Set whether to execute the readAll() method. |
read(default:true) | (readAll() is called:true, readAll() isn't called:false) |
completion(default:false) |
Definition at line 2058 of file RTObject.cpp.
void RTC::RTObject_impl::setWriteAll | ( | bool | write = true , |
bool | completion = false |
||
) |
Set whether to execute the writeAll() method.
Set whether to execute the writeAll() method.
write(default:true) | (writeAll() is called:true, writeAll() isn't called:false) |
completion(default:false) | All OutPort::write() calls are completed.:true, If one OutPort::write() is False, return false.:false |
Set whether to execute the writeAll() method.
write(default:true) | (writeAll() is called:true, writeAll() isn't called:false) |
completion(default:false) |
Definition at line 2088 of file RTObject.cpp.
|
protected |
void RTC::RTObject_impl::updateParameters | ( | const char * | config_set | ) |
Update configuration parameters (by ID)
Update configuration parameter value by the value that set to a configuration set of specified ID.
config_set | The target configuration set's ID for setup |
Definition at line 1542 of file RTObject.cpp.
bool RTC::RTObject_impl::writeAll | ( | ) |
The write() method of all OutPort is called.
This operation call the write() method of all OutPort registered in the RTC.
Definition at line 2012 of file RTObject.cpp.
|
protected |
ComponentActionListener holder.
Holders of ComponentActionListeners
Definition at line 4774 of file RTObject.h.
|
protected |
Configuration Administrator Object.
Definition at line 4696 of file RTObject.h.
|
protected |
Created Status Flag.
Definition at line 4660 of file RTObject.h.
|
protected |
List of ExecutionContextBase.
Definition at line 4642 of file RTObject.h.
|
protected |
List of owned ExecutionContextService.
Definition at line 4633 of file RTObject.h.
|
protected |
List of participating ExecutionContextService.
Definition at line 4651 of file RTObject.h.
|
protected |
RTC Finalize Status Flag.
Definition at line 4669 of file RTObject.h.
|
protected |
List of InPortBase*.
Definition at line 4615 of file RTObject.h.
|
protected |
Object reference.
Definition at line 4597 of file RTObject.h.
|
protected |
List of OutPortBase*.
Definition at line 4624 of file RTObject.h.
|
protected |
Manager object.
Definition at line 4493 of file RTObject.h.
|
protected |
The pointer to the ORB.
Definition at line 4502 of file RTObject.h.
|
protected |
List of Port Object reference.
Definition at line 4606 of file RTObject.h.
|
protected |
PortConnectListener holder.
Holders of PortConnectListeners
Definition at line 4789 of file RTObject.h.
|
protected |
The pointer to the POA.
Definition at line 4511 of file RTObject.h.
|
protected |
ComponentProfile.
Definition at line 4588 of file RTObject.h.
|
protected |
|
protected |
The pointer to the SDO Configuration Interface.
Definition at line 4558 of file RTObject.h.
|
protected |
The pointer to the SDO Configuration Object.
Definition at line 4549 of file RTObject.h.
|
protected |
flag for readAll()
Definition at line 4714 of file RTObject.h.
|
protected |
flag for readAll()
true:Even if the error occurs during readAll(), it executes it to the last minute. false:End when error occurs during readAll().
Definition at line 4741 of file RTObject.h.
|
protected |
SDO organization.
Definition at line 4567 of file RTObject.h.
|
protected |
SDO owned organization list.
Definition at line 4523 of file RTObject.h.
|
protected |
SDO Service Administrator Object.
Definition at line 4705 of file RTObject.h.
|
protected |
SDO Status.
Definition at line 4576 of file RTObject.h.
|
protected |
flag for writeAll()
Definition at line 4723 of file RTObject.h.
|
protected |
flag for writeAll()
true:Even if the error occurs during writeAll(), it executes it to the last minute. false:End when error occurs during writeAll().
Definition at line 4759 of file RTObject.h.
|
mutableprotected |
Logger stream.
Definition at line 4485 of file RTObject.h.