Skip to content

Commit

Permalink
Regenerate types: Fast DDS Gen v3.3.0 (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Mar 21, 2024
1 parent edb8172 commit 6004ecb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion fastdds_python/test/types/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 3.16.3)
cmake_minimum_required(VERSION 3.22)

# SWIG: use standard target name.
if(POLICY CMP0078)
Expand Down
7 changes: 4 additions & 3 deletions fastdds_python/test/types/test_completev1.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@

#include <fastrtps/utils/fixed_size_string.hpp>

#include <stdint.h>
#include <array>
#include <bitset>
#include <cstdint>
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include <map>
#include <bitset>

#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
Expand Down
7 changes: 4 additions & 3 deletions fastdds_python/test/types/test_included_modulesv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@

#include <fastrtps/utils/fixed_size_string.hpp>

#include <stdint.h>
#include <array>
#include <bitset>
#include <cstdint>
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include <map>
#include <bitset>

#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
Expand Down
7 changes: 4 additions & 3 deletions fastdds_python/test/types/test_modulesv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@

#include <fastrtps/utils/fixed_size_string.hpp>

#include <stdint.h>
#include <array>
#include <bitset>
#include <cstdint>
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include <map>
#include <bitset>

#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
Expand Down
7 changes: 4 additions & 3 deletions fastdds_python_examples/HelloWorldExample/HelloWorldv1.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@

#include <fastrtps/utils/fixed_size_string.hpp>

#include <stdint.h>
#include <array>
#include <bitset>
#include <cstdint>
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include <map>
#include <bitset>

#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
Expand Down

0 comments on commit 6004ecb

Please sign in to comment.