Issue 19801: Missing TBuiltinTopicTypes (dds-psm-cxx-rtf) Source: (Dr. Sumant Tambe, nobodysumant(at)rti.com) Nature: Clarification Severity: Minor Summary: The built-in topics are defined in dds/core/BuiltinTopicTypes.hpp as: #include <dds/core/TBuiltinTopicTypes.hpp> namespace dds { namespace core { typedef TBytesTopicType<detail::BytesTopicType> BytesTopicType; typedef TStringTopicType<detail::StringTopicType> StringTopicType; typedef TKeyedBytesTopicType<detail::KeyedBytesTopicType> KeyedBytesTopicType; typedef TKeyedStringTopicType<detail::KeyedStringTopicType> KeyedStringTopicType; } } But dds/core/TBuiltinTopicTypes.hpp and the types TBytesTopicType, TStringTopicType, etc. don't exist. Resolution: Revised Text: Actions taken: June 9, 2015: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 09 Jun 2015 17:50:37 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Sumant Employer: Real-Time Innovations, Inc. mailFrom: sumant@rti.com Terms_Agreement: I agree Specification: DDS-PSM-Cxx v1.1 Section: 1 FormalNumber: ptc/2012-11-10 Version: 1 Doc_Year: 2012 Doc_Month: November Doc_Day: 10 Page: 1 Title: Missing TBuiltinTopicTypes Nature: Clarification Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: 50-0-188-2.dedicated.static.sonic.net Remote User: HTTP User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36 Time: 05:50 PM Description: The built-in topics are defined in dds/core/BuiltinTopicTypes.hpp as: #include namespace dds { namespace core { typedef TBytesTopicType BytesTopicType; typedef TStringTopicType StringTopicType; typedef TKeyedBytesTopicType KeyedBytesTopicType; typedef TKeyedStringTopicType KeyedStringTopicType; } } But dds/core/TBuiltinTopicTypes.hpp and the types TBytesTopicType, TStringTopicType, etc. don't exist.