-
Key: DDSXTY_-1
-
Legacy Issue Number: 15969
-
Status: closed
-
Source: Remedy IT ( Martin Corino)
-
Summary:
IDL Anonymous type declarations should not be used in IDL examples and the 'dds_xtypes.idl' file as this form of type declaration has been deprecated by the latest CORBA specs and will cause compatibility problems with modern CORBA IDL compilers.
-
Reported: DDS-XTypes 1.0b2 — Tue, 18 Jan 2011 05:00 GMT
-
Disposition: Resolved — DDS-XTypes 1.0
-
Disposition Summary:
In the definitions of GroupDataQosPolicy, TopicDataQosPolicy, and UserDataQosPolicy, replace sequence<octet> with ByteSeq. This change removes occurrences of an anonymous type inherited from DDS itself.
In the definitions of TopicBuiltinTopicData, PublicationBuiltinTopicData, and SubscriptionBuiltinTopicData, replace the type of the name, topic_name, and type_name fields (string<256>) with the existing typedef ObjectName. This change removes occurrences of an anonymous type inherited from DDS itself.
In the definitions of Bytes and KeyedBytes, replace sequence<octet> with ByteSeq.
Introduce two typedefs: “VerbatimLanguage” and “VerbatimPlacement”, the first a string bounded at 32 characters and the second at 128 characters. Change the type of the member Verbatim::language to VerbatimLanguage and the type of Verbatim::placement to VerbatimPlacement. -
Updated: Fri, 6 Mar 2015 21:48 GMT
DDSXTY_ — Anonymous types should not be used in IDL examples and the TypeObject representation IDL
- Key: DDSXTY_-1
- OMG Task Force: 2nd Extensible and Dynamic Topic Types for DDS FTF