Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

RTC::RTObject_impl Class Reference

#include <RTObject.h>

Inheritance diagram for RTC::RTObject_impl:

RTC::DataFlowComponentBase List of all members.

Public Member Functions

 RTObject_impl (Manager *manager)
 RTObject_impl (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
virtual ~RTObject_impl ()
virtual ReturnCode_t initialize ()
virtual ReturnCode_t finalize ()
 Finalize the RTC for preparing it for destruction.
virtual ReturnCode_t exit ()
 Stop the RTC's and finalize it along with its contents.
virtual CORBA::Boolean is_alive ()
virtual ExecutionContextList * get_contexts ()
 [CORBA interface] Get ExecutionContextList.
virtual ExecutionContext_ptr get_context (UniqueId ec_id)
 [CORBA interface] Get ExecutionContext.
virtual ComponentProfile * get_component_profile ()
 [RTObject CORBA interface] Get RTC's profile
virtual PortList * get_ports ()
 [RTObject CORBA interface] Get Ports
virtual ExecutionContextServiceList * get_execution_context_services ()
 [RTObject CORBA interface] Get ExecutionContextAdmin
UniqueId attach_executioncontext (ExecutionContext_ptr exec_context)
ReturnCode_t detach_executioncontext (UniqueId ec_id)
virtual ReturnCode_t on_initialize ()
virtual ReturnCode_t on_finalize ()
virtual ReturnCode_t on_startup (UniqueId ec_id)
virtual ReturnCode_t on_shutdown (UniqueId ec_id)
virtual ReturnCode_t on_activated (UniqueId ec_id)
virtual ReturnCode_t on_deactivated (UniqueId ec_id)
virtual ReturnCode_t on_aborting (UniqueId ec_id)
virtual ReturnCode_t on_error (UniqueId ec_id)
virtual ReturnCode_t on_reset (UniqueId ec_id)
virtual ReturnCode_t on_execute (UniqueId ec_id)
virtual ReturnCode_t on_state_update (UniqueId ec_id)
virtual ReturnCode_t on_rate_changed (UniqueId ec_id)
virtual SDOPackage::OrganizationList * get_owned_organizations () throw (SDOPackage::NotAvailable)
 [CORBA interface] Getting Organizations
virtual char * get_sdo_id () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting SDO ID
virtual char * get_sdo_type () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting SDO type
virtual SDOPackage::DeviceProfile * get_device_profile () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting SDO DeviceProfile
virtual SDOPackage::ServiceProfileList * get_service_profiles () throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting SDO ServiceProfile
virtual SDOPackage::ServiceProfile * get_service_profile (const char *id) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting Organizations
virtual SDOPackage::SDOService_ptr get_sdo_service (const char *id) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting specified SDO Service's reference
virtual SDOPackage::Configuration_ptr get_configuration () throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting Configuration object
virtual SDOPackage::Monitoring_ptr get_monitoring () throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Get Monitoring object
virtual SDOPackage::OrganizationList * get_organizations () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Getting Organizations
virtual SDOPackage::NVList * get_status_list () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Get SDO Status
virtual CORBA::Any * get_status (const char *name) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 [CORBA interface] Get SDO Status
const char * getInstanceName ()
void setInstanceName (const char *instance_name)
const char * getTypeName ()
const char * getDescription ()
const char * getVersion ()
const char * getVendor ()
const char * getCategory ()
std::vector< std::string > getNamingNames ()
void setObjRef (const RTObject_ptr rtobj)
RTObject_ptr getObjRef () const
void setProperties (const Properties &prop)
 [local interface] Set RTC property
PropertiesgetProperties ()
 [local interface] Get RTC property
template<typename VarType>
bool bindParameter (const char *param_name, VarType &var, const char *def_val, bool(*trans)(VarType &, const char *)=::stringTo)
void updateParameters (const char *config_set)
void registerPort (PortBase &port)
 [local interface] Register Port
template<class DataType, template< class DataType > class Buffer>
void registerInPort (const char *name, InPort< DataType, Buffer > &inport)
template<class DataType, template< class DataType > class Buffer>
void registerOutPort (const char *name, OutPort< DataType, Buffer > &outport)
void deletePort (PortBase &port)
 [local interface] Register Port
void deletePortByName (const char *port_name)
void finalizePorts ()

Protected Member Functions

virtual ReturnCode_t onInitialize ()
virtual ReturnCode_t onFinalize ()
virtual ReturnCode_t onStartup (RTC::UniqueId ec_id)
virtual ReturnCode_t onShutdown (RTC::UniqueId ec_id)
virtual ReturnCode_t onActivated (RTC::UniqueId ec_id)
virtual ReturnCode_t onDeactivated (RTC::UniqueId ec_id)
virtual ReturnCode_t onExecute (RTC::UniqueId ec_id)
virtual ReturnCode_t onAborting (RTC::UniqueId ec_id)
virtual ReturnCode_t onError (RTC::UniqueId ec_id)
virtual ReturnCode_t onReset (RTC::UniqueId ec_id)
virtual ReturnCode_t onStateUpdate (RTC::UniqueId ec_id)
virtual ReturnCode_t onRateChanged (RTC::UniqueId ec_id)
void shutdown ()

Protected Attributes

Managerm_pManager
CORBA::ORB_var m_pORB
PortableServer::POA_var m_pPOA
SDOPackage::OrganizationList m_sdoOwnedOrganizations
SDOPackage::ServiceProfileList m_sdoSvcProfiles
SDOPackage::Configuration_implm_pSdoConfigImpl
SDOPackage::Configuration_var m_pSdoConfig
SDOPackage::OrganizationList m_sdoOrganizations
SDOPackage::NVList m_sdoStatus
ComponentProfile m_profile
RTObject_ptr m_objref
PortAdmin m_portAdmin
ExecutionContextServiceList m_execContexts
bool m_created
bool m_alive
Properties m_properties
ConfigAdmin m_configsets

Classes

struct  deactivate_comps
struct  ec_copy
struct  nv_name
struct  svc_name

Constructor & Destructor Documentation

RTC::RTObject_impl::RTObject_impl Manager manager  ) 
 

RTC::RTObject_impl::RTObject_impl CORBA::ORB_ptr  orb,
PortableServer::POA_ptr  poa
 

virtual RTC::RTObject_impl::~RTObject_impl  )  [virtual]
 


Member Function Documentation

UniqueId RTC::RTObject_impl::attach_executioncontext ExecutionContext_ptr  exec_context  ) 
 

template<typename VarType>
bool RTC::RTObject_impl::bindParameter const char *  param_name,
VarType &  var,
const char *  def_val,
bool(*)(VarType &, const char *)  trans = ::stringTo
[inline]
 

void RTC::RTObject_impl::deletePort PortBase port  ) 
 

[local interface] Register Port

This operation registers a Port to be 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.

Parameters:
port Port which is registered in the RTC

void RTC::RTObject_impl::deletePortByName const char *  port_name  ) 
 

ReturnCode_t RTC::RTObject_impl::detach_executioncontext UniqueId  ec_id  ) 
 

virtual ReturnCode_t RTC::RTObject_impl::exit  )  [virtual]
 

Stop the RTC's and finalize it along 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

  • An RTC cannot be exited if it has not yet been initialized. Any attempt to exit an RTC that is in the Created state shall fail with ReturnCode_t::PRECONDITION_NOT_MET.

virtual ReturnCode_t RTC::RTObject_impl::finalize  )  [virtual]
 

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

  • An RTC may not be finalized while it is Active in any Running execution context. Any attempt to invoke this operation at such a time shall fail with ReturnCode_t::PRECONDITION_NOT_MET.
  • An RTC may not be finalized while it is in the Created state. Any attempt to invoke this operation while in that state shall fail with ReturnCode_t::PRECONDITION_NOT_MET.
  • Application developers are not expected to call this operation directly; it exists for use by the RTC infrastructure.

void RTC::RTObject_impl::finalizePorts  ) 
 

virtual ComponentProfile* RTC::RTObject_impl::get_component_profile  )  [virtual]
 

[RTObject CORBA interface] Get RTC's profile

This operation returns the ComponentProfile of the RTC

virtual SDOPackage::Configuration_ptr RTC::RTObject_impl::get_configuration  )  throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting 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.

Returns:
The Configuration interface of an SDO.
Exceptions:
InterfaceNotImplemented The target SDO has no Configuration interface.
SDONotExists The target SDO does 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.

virtual ExecutionContext_ptr RTC::RTObject_impl::get_context UniqueId  ec_id  )  [virtual]
 

[CORBA interface] Get ExecutionContext.

virtual ExecutionContextList* RTC::RTObject_impl::get_contexts  )  [virtual]
 

[CORBA interface] Get ExecutionContextList.

virtual SDOPackage::DeviceProfile* RTC::RTObject_impl::get_device_profile  )  throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting SDO DeviceProfile

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.

Exceptions:
NotAvailable if the target SDO is reachable but cannot respond.
InternalError if the target SDO cannot execute the operation completely due to some internal error.
Returns:
The DeviceProfile of the SDO.

virtual ExecutionContextServiceList* RTC::RTObject_impl::get_execution_context_services  )  [virtual]
 

[RTObject CORBA interface] Get ExecutionContextAdmin

This operation returns a list containing an ExecutionContextAdmin for every ExecutionContext owned by the RTC.

virtual SDOPackage::Monitoring_ptr RTC::RTObject_impl::get_monitoring  )  throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA 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.

Returns:
The Monitoring interface of an SDO.
Exceptions:
InterfaceNotImplemented The target SDO has no Configuration interface.
SDONotExists The target SDO does 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.

virtual SDOPackage::OrganizationList* RTC::RTObject_impl::get_organizations  )  throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting Organizations

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.

Returns:
The list of Organizations that the SDO belong to.
Exceptions:
SDONotExists The target SDO does 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.

virtual SDOPackage::OrganizationList* RTC::RTObject_impl::get_owned_organizations  )  throw (SDOPackage::NotAvailable) [virtual]
 

[CORBA interface] Getting Organizations

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.

virtual PortList* RTC::RTObject_impl::get_ports  )  [virtual]
 

[RTObject CORBA interface] Get Ports

This operation returns a list of the RTCs ports.

virtual char* RTC::RTObject_impl::get_sdo_id  )  throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting SDO ID

This operation returns id of the SDO. This operation throws SDOException with one of the following types.

Exceptions:
SDONotExists if the target SDO does not exist.
NotAvailable if the target SDO is reachable but cannot respond.
InternalError if the target SDO cannot execute the operation completely due to some internal error.
Returns:
id of the SDO defined in the resource data model.

virtual SDOPackage::SDOService_ptr RTC::RTObject_impl::get_sdo_service const char *  id  )  throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting 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.

Parameters:
id The identifier referring to one of the SDO Service
Returns:
The object implementing the requested service.

virtual char* RTC::RTObject_impl::get_sdo_type  )  throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting SDO type

This operation returns sdoType of the SDO. This operation throws SDOException with one of the following types.

Exceptions:
SDONotExists if the target SDO does not exist.
NotAvailable if the target SDO is reachable but cannot respond.
InternalError if the target SDO cannot execute the operation completely due to some internal error.
Returns:
Type of the SDO defined in the resource data model.

virtual SDOPackage::ServiceProfile* RTC::RTObject_impl::get_service_profile const char *  id  )  throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting Organizations

This operation returns the ServiceProfile that is specified by the argument "id."

Parameters:
id The identifier referring to one of the ServiceProfiles.
Returns:
The profile of the specified service.
Exceptions:
NotAvailable If the target SDO is reachable but cannot respond.
InternalError If the target SDO cannot execute the operation completely due to some internal error.

virtual SDOPackage::ServiceProfileList* RTC::RTObject_impl::get_service_profiles  )  throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Getting 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.

Exceptions:
NotAvailable if the target SDO is reachable but cannot respond.
InternalError if the target SDO cannot execute the operation completely due to some internal error.
Returns:
List of ServiceProfiles of all the services the SDO is providing.

virtual CORBA::Any* RTC::RTObject_impl::get_status const char *  name  )  throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Get SDO Status

Parameters:
name One of the parameters defining the "status" of an SDO.
Returns:
The value of the specified status parameter.
Exceptions:
SDONotExists The target SDO does 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.

virtual SDOPackage::NVList* RTC::RTObject_impl::get_status_list  )  throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [virtual]
 

[CORBA interface] Get SDO Status

This operation returns an NVlist describing the status of an SDO.

Returns:
The actual status of an SDO.
Exceptions:
SDONotExists The target SDO does 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.

const char* RTC::RTObject_impl::getCategory  )  [inline]
 

const char* RTC::RTObject_impl::getDescription  )  [inline]
 

const char* RTC::RTObject_impl::getInstanceName  )  [inline]
 

std::vector<std::string> RTC::RTObject_impl::getNamingNames  ) 
 

RTObject_ptr RTC::RTObject_impl::getObjRef  )  const
 

Properties& RTC::RTObject_impl::getProperties  ) 
 

[local interface] Get RTC property

This operation returns the properties of the RTC. Empty property would be returned, if RTC has no property.

Returns:
Property for RTC.

const char* RTC::RTObject_impl::getTypeName  )  [inline]
 

const char* RTC::RTObject_impl::getVendor  )  [inline]
 

const char* RTC::RTObject_impl::getVersion  )  [inline]
 

virtual ReturnCode_t RTC::RTObject_impl::initialize  )  [virtual]
 

Initialize the RTC that realizes this interface.

The invocation of this operation shall result in the invocation of the callback ComponentAction::on_initialize.

Constraints

  • An RTC may be initialized only while it is in the Created state. Any attempt to invoke this operation while in another state shall fail with ReturnCode_t::PRECONDITION_NOT_MET.
  • Application developers are not expected to call this operation directly; it exists for use by the RTC infrastructure.

virtual CORBA::Boolean RTC::RTObject_impl::is_alive  )  [virtual]
 

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.

virtual ReturnCode_t RTC::RTObject_impl::on_aborting UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_activated UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_deactivated UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_error UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_execute UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_finalize  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_initialize  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_rate_changed UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_reset UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_shutdown UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_startup UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::on_state_update UniqueId  ec_id  )  [virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onAborting RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onActivated RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onDeactivated RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onError RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onExecute RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onFinalize  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onInitialize  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onRateChanged RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onReset RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onShutdown RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onStartup RTC::UniqueId  ec_id  )  [protected, virtual]
 

virtual ReturnCode_t RTC::RTObject_impl::onStateUpdate RTC::UniqueId  ec_id  )  [protected, virtual]
 

template<class DataType, template< class DataType > class Buffer>
void RTC::RTObject_impl::registerInPort const char *  name,
InPort< DataType, Buffer > &  inport
[inline]
 

template<class DataType, template< class DataType > class Buffer>
void RTC::RTObject_impl::registerOutPort const char *  name,
OutPort< DataType, Buffer > &  outport
[inline]
 

void RTC::RTObject_impl::registerPort PortBase port  ) 
 

[local interface] Register Port

This operation registers a Port to be 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.

Parameters:
port Port which is registered in the RTC

void RTC::RTObject_impl::setInstanceName const char *  instance_name  ) 
 

void RTC::RTObject_impl::setObjRef const RTObject_ptr  rtobj  ) 
 

void RTC::RTObject_impl::setProperties const 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

Parameters:
prop Property for RTC.

void RTC::RTObject_impl::shutdown  )  [protected]
 

void RTC::RTObject_impl::updateParameters const char *  config_set  ) 
 


Member Data Documentation

bool RTC::RTObject_impl::m_alive [protected]
 

ConfigAdmin RTC::RTObject_impl::m_configsets [protected]
 

bool RTC::RTObject_impl::m_created [protected]
 

ExecutionContextServiceList RTC::RTObject_impl::m_execContexts [protected]
 

RTObject_ptr RTC::RTObject_impl::m_objref [protected]
 

Manager* RTC::RTObject_impl::m_pManager [protected]
 

CORBA::ORB_var RTC::RTObject_impl::m_pORB [protected]
 

PortAdmin RTC::RTObject_impl::m_portAdmin [protected]
 

Port のオブジェクトリファレンスのリスト

PortableServer::POA_var RTC::RTObject_impl::m_pPOA [protected]
 

ComponentProfile RTC::RTObject_impl::m_profile [protected]
 

RTC::ComponentProfile

Properties RTC::RTObject_impl::m_properties [protected]
 

RTC のプロパティ

SDOPackage::Configuration_var RTC::RTObject_impl::m_pSdoConfig [protected]
 

SDOPackage::Configuration_impl* RTC::RTObject_impl::m_pSdoConfigImpl [protected]
 

SDO Configuratio Interface へのポインタ

SDOPackage::OrganizationList RTC::RTObject_impl::m_sdoOrganizations [protected]
 

SDO organization

SDOPackage::OrganizationList RTC::RTObject_impl::m_sdoOwnedOrganizations [protected]
 

SDO owned organization list

SDOPackage::NVList RTC::RTObject_impl::m_sdoStatus [protected]
 

SDO Status

SDOPackage::ServiceProfileList RTC::RTObject_impl::m_sdoSvcProfiles [protected]
 

SDOService のプロファイルリスト


The documentation for this class was generated from the following file:
Generated on Fri Oct 5 05:16:06 2007 for OpenRTM by  doxygen 1.4.1