1313// limitations under the License.
1414
1515/* !
16- * @file test_completePubSubTypes.h
16+ * @file test_completePubSubTypes.hpp
1717 * This header file contains the declaration of the serialization functions.
1818 *
1919 * This file was generated by the tool fastddsgen.
2020 */
2121
2222
23- #ifndef _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_
24- #define _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_
23+ #ifndef FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP
24+ #define FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP
2525
2626#include < fastdds/dds/core/policy/QosPolicies.hpp>
2727#include < fastdds/dds/topic/TopicDataType.hpp>
28- #include < fastdds/rtps/common/InstanceHandle.h >
29- #include < fastdds/rtps/common/SerializedPayload.h >
30- #include < fastdds/utils/md5.h >
28+ #include < fastdds/rtps/common/InstanceHandle.hpp >
29+ #include < fastdds/rtps/common/SerializedPayload.hpp >
30+ #include < fastdds/utils/md5.hpp >
3131
3232#include " test_complete.hpp"
3333
34- #include " test_included_modulesPubSubTypes.h "
34+ #include " test_included_modulesPubSubTypes.hpp "
3535
3636#if !defined(GEN_API_VER) || (GEN_API_VER != 2)
3737#error \
@@ -107,7 +107,7 @@ class StructTypePubSubType : public eprosima::fastdds::dds::TopicDataType
107107 }
108108
109109 eProsima_user_DllExport inline bool is_plain (
110- eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
110+ eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
111111 {
112112 static_cast <void >(data_representation);
113113 return false ;
@@ -125,7 +125,7 @@ class StructTypePubSubType : public eprosima::fastdds::dds::TopicDataType
125125
126126#endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE
127127
128- MD5 m_md5;
128+ eprosima::fastdds:: MD5 m_md5;
129129 unsigned char * m_keyBuffer;
130130
131131};
@@ -200,7 +200,7 @@ class CompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicDataType
200200 }
201201
202202 eProsima_user_DllExport inline bool is_plain (
203- eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
203+ eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
204204 {
205205 static_cast <void >(data_representation);
206206 return false ;
@@ -218,7 +218,7 @@ class CompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicDataType
218218
219219#endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE
220220
221- MD5 m_md5;
221+ eprosima::fastdds:: MD5 m_md5;
222222 unsigned char * m_keyBuffer;
223223
224224};
@@ -291,7 +291,7 @@ class KeyedCompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicData
291291 }
292292
293293 eProsima_user_DllExport inline bool is_plain (
294- eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
294+ eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override
295295 {
296296 static_cast <void >(data_representation);
297297 return false ;
@@ -309,10 +309,10 @@ class KeyedCompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicData
309309
310310#endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE
311311
312- MD5 m_md5;
312+ eprosima::fastdds:: MD5 m_md5;
313313 unsigned char * m_keyBuffer;
314314
315315};
316316
317- #endif // _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_
317+ #endif // FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP
318318
0 commit comments