-
Key: DDS4CCM_-105
-
Legacy Issue Number: 15888
-
Status: closed
-
Source: Northrop Grumman ( Mr. Perry King)
-
Summary:
Right now (in section 8.3.1 Base Connectors) the DDS_Base connector has an attribute named qos_profile and the only thing said about it is that it contains a File URL or XML string.
Excerpt from 8.3.1 Base Connectors:
{ uses ConnectorStatusListener error_listener; attribute DDS:DomainId_t domain_id setraises (NonChangeable); attribute string qos_profile // File URL or XML string setraises (NonChangeable); }
connector DDS_Base;
However, section 8.4.2.3 QoS Profiles talks about qos_profiles that are actually specified within the xml file.
So the problems are:
1. The same name “qos_profile” is used to mean both an attribute referring to a file URL or XML string as well as referring to a subsection within the XML file.
2. There is no mechanism for the user to reference the qos_profile name that was defined within the xml file (the “subsection within the XML file “) which makes it useless.
A possible solution would be to:
1. Change the meaning of the qos_profile attribute to be a reference to the qos_profile defined within the XML file.
2. Add another optional attribute for specifying the path to the xml file.
-
Reported: DDS4CCM 1.0b2 — Thu, 9 Dec 2010 05:00 GMT
-
Disposition: Resolved — DDS4CCM 1.0
-
Disposition Summary:
No Data Available
-
Updated: Sat, 7 Mar 2015 20:38 GMT