Skip to content

Commit

Permalink
Update generated types
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Jun 27, 2023
1 parent 259a5d7 commit 792a50d
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 65 deletions.
122 changes: 61 additions & 61 deletions fastdds_python/test/types/test_complete.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -6821,63 +6821,63 @@ void KeyedCompleteTestType::serializeKey(
{
(void) scdr;
scdr << m_id;


























































}

1 change: 1 addition & 0 deletions fastdds_python/test/types/test_included_modules.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -722,3 +722,4 @@ void eprosima::test2::StructType2::serializeKey(
}



3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_included_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,5 @@ namespace eprosima {
} // namespace test2
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_H_
#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_H_

1 change: 1 addition & 0 deletions fastdds_python/test/types/test_included_modules.i
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@

// Include the corresponding TopicDataType
%include "test_included_modulesPubSubTypes.i"

Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,6 @@ namespace eprosima {

} //End of namespace test2


} //End of namespace eprosima

3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_included_modulesPubSubTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ namespace eprosima
}
}

#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_
#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_

3 changes: 3 additions & 0 deletions fastdds_python/test/types/test_modules.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ void eprosima::test::StructType::serializeKey(




eprosima::test::CompleteTestType::CompleteTestType()
{
// char m_char_field
Expand Down Expand Up @@ -3727,6 +3728,7 @@ void eprosima::test::CompleteTestType::serializeKey(
(void) scdr;
}


eprosima::test::KeyedCompleteTestType::KeyedCompleteTestType()
{
// long m_id
Expand Down Expand Up @@ -6827,3 +6829,4 @@ void eprosima::test::KeyedCompleteTestType::serializeKey(
}



3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -3574,4 +3574,5 @@ namespace eprosima {
} // namespace test
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_H_
#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_H_

1 change: 1 addition & 0 deletions fastdds_python/test/types/test_modules.i
Original file line number Diff line number Diff line change
Expand Up @@ -1615,3 +1615,4 @@

// Include the corresponding TopicDataType
%include "test_modulesPubSubTypes.i"

2 changes: 2 additions & 0 deletions fastdds_python/test/types/test_modulesPubSubTypes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,6 @@ namespace eprosima {

} //End of namespace test


} //End of namespace eprosima

3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_modulesPubSubTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ namespace eprosima
}
}

#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_
#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_

0 comments on commit 792a50d

Please sign in to comment.