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 <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Jun 27, 2023
1 parent 02196ac commit 2a456a0
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 6 deletions.
3 changes: 3 additions & 0 deletions fastdds_python/test/types/test_complete.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ void StructType::serializeKey(




CompleteTestType::CompleteTestType()
{
// char m_char_field
Expand Down Expand Up @@ -3780,6 +3781,7 @@ void CompleteTestType::serializeKey(
(void) scdr;
}


KeyedCompleteTestType::KeyedCompleteTestType()
{
// long m_id
Expand Down Expand Up @@ -6878,3 +6880,4 @@ void KeyedCompleteTestType::serializeKey(


}

3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_complete.h
Original file line number Diff line number Diff line change
Expand Up @@ -3597,4 +3597,5 @@ class KeyedCompleteTestType

};

#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_H_
#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_H_

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

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

3 changes: 2 additions & 1 deletion fastdds_python/test/types/test_completePubSubTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,5 @@ class KeyedCompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicData

};

#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_
#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_

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 2a456a0

Please sign in to comment.