From 792a50d033bfbbf79042e5eb4360c76d47207685 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 27 Jun 2023 14:23:45 +0200 Subject: [PATCH] Update generated types Signed-off-by: Raul Sanchez-Mateos --- fastdds_python/test/types/test_complete.cxx | 122 +++++++++--------- .../test/types/test_included_modules.cxx | 1 + .../test/types/test_included_modules.h | 3 +- .../test/types/test_included_modules.i | 1 + .../test_included_modulesPubSubTypes.cxx | 2 + .../types/test_included_modulesPubSubTypes.h | 3 +- fastdds_python/test/types/test_modules.cxx | 3 + fastdds_python/test/types/test_modules.h | 3 +- fastdds_python/test/types/test_modules.i | 1 + .../test/types/test_modulesPubSubTypes.cxx | 2 + .../test/types/test_modulesPubSubTypes.h | 3 +- 11 files changed, 79 insertions(+), 65 deletions(-) diff --git a/fastdds_python/test/types/test_complete.cxx b/fastdds_python/test/types/test_complete.cxx index 054523e0..ea4312e2 100644 --- a/fastdds_python/test/types/test_complete.cxx +++ b/fastdds_python/test/types/test_complete.cxx @@ -128,7 +128,7 @@ StructType::StructType( } StructType::StructType( - StructType&& x) noexcept + StructType&& x) noexcept { m_char_field = x.m_char_field; m_uint8_field = x.m_uint8_field; @@ -1024,7 +1024,7 @@ CompleteTestType::CompleteTestType( } CompleteTestType::CompleteTestType( - CompleteTestType&& x) noexcept + CompleteTestType&& x) noexcept { m_char_field = x.m_char_field; m_uint8_field = x.m_uint8_field; @@ -4029,7 +4029,7 @@ KeyedCompleteTestType::KeyedCompleteTestType( } KeyedCompleteTestType::KeyedCompleteTestType( - KeyedCompleteTestType&& x) noexcept + KeyedCompleteTestType&& x) noexcept { m_id = x.m_id; m_char_field = x.m_char_field; @@ -6821,63 +6821,63 @@ void KeyedCompleteTestType::serializeKey( { (void) scdr; scdr << m_id; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + } diff --git a/fastdds_python/test/types/test_included_modules.cxx b/fastdds_python/test/types/test_included_modules.cxx index 570ddf33..8d3df76d 100644 --- a/fastdds_python/test/types/test_included_modules.cxx +++ b/fastdds_python/test/types/test_included_modules.cxx @@ -722,3 +722,4 @@ void eprosima::test2::StructType2::serializeKey( } + diff --git a/fastdds_python/test/types/test_included_modules.h b/fastdds_python/test/types/test_included_modules.h index 7697bf99..00edf04e 100644 --- a/fastdds_python/test/types/test_included_modules.h +++ b/fastdds_python/test/types/test_included_modules.h @@ -500,4 +500,5 @@ namespace eprosima { } // namespace test2 } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_H_ \ No newline at end of file +#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_H_ + diff --git a/fastdds_python/test/types/test_included_modules.i b/fastdds_python/test/types/test_included_modules.i index fe80f2c7..8a57c250 100644 --- a/fastdds_python/test/types/test_included_modules.i +++ b/fastdds_python/test/types/test_included_modules.i @@ -197,3 +197,4 @@ // Include the corresponding TopicDataType %include "test_included_modulesPubSubTypes.i" + diff --git a/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx b/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx index 53b69490..2e459137 100644 --- a/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx +++ b/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx @@ -175,4 +175,6 @@ namespace eprosima { } //End of namespace test2 + } //End of namespace eprosima + diff --git a/fastdds_python/test/types/test_included_modulesPubSubTypes.h b/fastdds_python/test/types/test_included_modulesPubSubTypes.h index 04f6c7b1..06f2cb04 100644 --- a/fastdds_python/test/types/test_included_modulesPubSubTypes.h +++ b/fastdds_python/test/types/test_included_modulesPubSubTypes.h @@ -109,4 +109,5 @@ namespace eprosima } } -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_ \ No newline at end of file +#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_ + diff --git a/fastdds_python/test/types/test_modules.cxx b/fastdds_python/test/types/test_modules.cxx index 2c047111..0510ff6b 100644 --- a/fastdds_python/test/types/test_modules.cxx +++ b/fastdds_python/test/types/test_modules.cxx @@ -727,6 +727,7 @@ void eprosima::test::StructType::serializeKey( + eprosima::test::CompleteTestType::CompleteTestType() { // char m_char_field @@ -3727,6 +3728,7 @@ void eprosima::test::CompleteTestType::serializeKey( (void) scdr; } + eprosima::test::KeyedCompleteTestType::KeyedCompleteTestType() { // long m_id @@ -6827,3 +6829,4 @@ void eprosima::test::KeyedCompleteTestType::serializeKey( } + diff --git a/fastdds_python/test/types/test_modules.h b/fastdds_python/test/types/test_modules.h index 34676309..94f534df 100644 --- a/fastdds_python/test/types/test_modules.h +++ b/fastdds_python/test/types/test_modules.h @@ -3574,4 +3574,5 @@ namespace eprosima { } // namespace test } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_H_ \ No newline at end of file +#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_H_ + diff --git a/fastdds_python/test/types/test_modules.i b/fastdds_python/test/types/test_modules.i index 0912ecea..8e54b4c0 100644 --- a/fastdds_python/test/types/test_modules.i +++ b/fastdds_python/test/types/test_modules.i @@ -1615,3 +1615,4 @@ // Include the corresponding TopicDataType %include "test_modulesPubSubTypes.i" + diff --git a/fastdds_python/test/types/test_modulesPubSubTypes.cxx b/fastdds_python/test/types/test_modulesPubSubTypes.cxx index 36806763..d396d86e 100644 --- a/fastdds_python/test/types/test_modulesPubSubTypes.cxx +++ b/fastdds_python/test/types/test_modulesPubSubTypes.cxx @@ -457,4 +457,6 @@ namespace eprosima { } //End of namespace test + } //End of namespace eprosima + diff --git a/fastdds_python/test/types/test_modulesPubSubTypes.h b/fastdds_python/test/types/test_modulesPubSubTypes.h index 4a3a6d6d..0767d4c2 100644 --- a/fastdds_python/test/types/test_modulesPubSubTypes.h +++ b/fastdds_python/test/types/test_modulesPubSubTypes.h @@ -243,4 +243,5 @@ namespace eprosima } } -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_ \ No newline at end of file +#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_ +