Orocos Real-Time Toolkit  2.9.0
Public Attributes | List of all members
RTT::corba::CServiceDescription Struct Reference

Complete description of a Service. More...

import"rtt/transports/corba/Service.idl";

Public Attributes

string name
 
string description
 
COperationInterface::COperationDescriptions operations
 
CConfigurationInterface::CPropertyNames properties
 
CConfigurationInterface::CAttributeNames attributes
 
CDataFlowInterface::CPortDescriptions ports
 
CServices children
 
CServiceDescriptions children_descriptions
 

Detailed Description

Complete description of a Service.

Definition at line 27 of file Service.idl.

Member Data Documentation

CConfigurationInterface::CAttributeNames RTT::corba::CServiceDescription::attributes

Definition at line 33 of file Service.idl.

Referenced by RTT::corba::TaskContextProxy::synchronizeServices().

CServices RTT::corba::CServiceDescription::children
CServiceDescriptions RTT::corba::CServiceDescription::children_descriptions

Definition at line 37 of file Service.idl.

Referenced by RTT::corba::TaskContextProxy::synchronizeServices().

string RTT::corba::CServiceDescription::description

Definition at line 30 of file Service.idl.

string RTT::corba::CServiceDescription::name

Definition at line 29 of file Service.idl.

Referenced by RTT_corba_CService_i::getCServiceDescription().

COperationInterface::COperationDescriptions RTT::corba::CServiceDescription::operations

Definition at line 31 of file Service.idl.

Referenced by RTT::corba::TaskContextProxy::synchronizeServices().

CDataFlowInterface::CPortDescriptions RTT::corba::CServiceDescription::ports

Definition at line 34 of file Service.idl.

Referenced by RTT::corba::TaskContextProxy::synchronizePorts().

CConfigurationInterface::CPropertyNames RTT::corba::CServiceDescription::properties

Definition at line 32 of file Service.idl.

Referenced by RTT::corba::TaskContextProxy::synchronizeServices().


The documentation for this struct was generated from the following file: