DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
BuiltinTopicTypes.hpp
Go to the documentation of this file.
1 /*
2  * BuiltinTopicTypes.hpp
3  *
4  * Created on: Oct 22, 2012
5  * Author: angelo
6  */
7 
8 #ifndef OMG_DDS_CORE_BUILTIN_TOPIC_TYPES_HPP_
9 #define OMG_DDS_CORE_BUILTIN_TOPIC_TYPES_HPP_
10 
14 
15 #if defined (OMG_DDS_X_TYPES_BUILTIN_TOPIC_TYPES_SUPPORT)
16 namespace dds {
17  namespace core {
18  typedef TBytesTopicType<detail::BytesTopicType> BytesTopicType;
19  typedef TStringTopicType<detail::StringTopicType> StringTopicType;
20  typedef TKeyedBytesTopicType<detail::KeyedBytesTopicType> KeyedBytesTopicType;
21  typedef TKeyedStringTopicType<detail::KeyedStringTopicType> KeyedStringTopicType;
22  }
23 }
24 
25 #endif
26 
27 #endif /* OMG_DDS_CORE_BUILTIN_TOPIC_TYPES_HPP_ */