-
Key: DDSXTY14-4
-
Status: closed
-
Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
-
Summary:
Section 7.6.3.1.3 'DataRepresentationQosPolicy: Platform-Specific API' states:
The topic, publication, and subscription built-in topic data types shall each indicate the data representation of the associated entity with a new member:
@id(0x0073) DDS::DataRepresentationQosPolicy representation;
This does not follow the naming conventions for field names. Instead it should have said that the new member should be:
@id(0x0073) DDS::DataRepresentationQosPolicy data_representation;Likewise in Annex D the declarations of structures TopicBuiltinTopicData, TopicQos, PublicationBuiltinTopicData, DataWriterQos, SubscriptionBuiltinTopicData, and DataReaderQos all have the member:
@id(0x0073) DDS::DataRepresentationQosPolicy representation;
This should be changed so the member is:
@id(0x0073) DDS::DataRepresentationQosPolicy data_representation;
-
Reported: DDS-XTypes 1.3b1 — Thu, 15 Aug 2019 00:46 GMT
-
Disposition: Resolved — DDS-XTypes 1.4b1
-
Disposition Summary:
Change the field name "representation" to "data_representation"
In the DataRepresentationQosPolicy, change the field name "representation" to "data_representation".
-
Updated: Wed, 12 Aug 2026 16:39 GMT
DDSXTY14 — Wrong name for DataRepresentationQosPolicy field
- Key: DDSXTY14-4
- OMG Task Force: DDS Extensible Types (DDS-XTYPES) 1.4 RTF