RTC::ComponentProfile Struct Reference
ComponentProfile.
More...
import "RTC.idl";
List of all members.
Detailed Description
ComponentProfile.
ComponentProfile represents the static state of an
RTC that is referred to here as the "target"
RTC.
Member Data Documentation
instance_name
This attribute shall contain the name of the target
RTC instance.
The instance_name should be unique among
RTC instances contained within the same containing component.
type_name
This attribute shall contain the name of the target
RTC class.
Each
RTC class must have a name that is unique within an application.
description
This attribute shall briefly describe the target
RTC for the benefit of a human operator.
version
This attribute shall contain the version number of the target
RTC class.
The format of the version number is outside of the scope of this specification.
vendor
The name of the individual or organization that produced the target
RTC class.
category
This attribute contains the name of a "category" or group to which the target
RTC belongs.
port_profiles
This attribute contains a list of PortProfiles that describe the ports of the target
RTC.
There shall be a one-to-one correspondence between the members of this list and the ports of the target
RTC.
parent
This attribute contains a reference to the
RTC that contains the target
RTC instance. If the target
RTC instance is not owned by any other
RTC, this field stores a nil reference.
properties
This attribute contains additional properties of the target
RTC.
This attribute provides implementations the opportunity to describe additional characteristics of a particular
RTC that are otherwise outside of the scope of this specification.
The documentation for this struct was generated from the following file: