From 30414630ff86e071a1169d1b70408e01807cdf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:47:23 +0200 Subject: [PATCH] Adjust for Fast DDS public headers migration to .hpp (#148) * Refs #2112: Update headers from .h to .hpp Signed-off-by: JesusPoderoso * Refs #21128: Update types with Gen's PR Signed-off-by: JesusPoderoso --------- Signed-off-by: JesusPoderoso --- fastdds_python/src/swig/fastdds.i | 2 +- .../src/swig/fastdds/rtps/Endpoint.i | 4 +-- .../src/swig/fastdds/rtps/RTPSDomain.i | 4 +-- .../rtps/attributes/EndpointAttributes.i | 4 +-- .../rtps/attributes/HistoryAttributes.i | 4 +-- .../fastdds/rtps/attributes/PropertyPolicy.i | 4 +-- .../attributes/RTPSParticipantAttributes.i | 4 +-- .../rtps/attributes/ReaderAttributes.i | 4 +-- .../rtps/attributes/ServerAttributes.i | 4 +-- .../rtps/attributes/WriterAttributes.i | 4 +-- .../fastdds/rtps/builtin/BuiltinProtocols.i | 4 +-- .../rtps/builtin/data/ParticipantProxyData.i | 4 +-- .../rtps/builtin/data/ReaderProxyData.i | 4 +-- .../rtps/builtin/data/WriterProxyData.i | 4 +-- .../swig/fastdds/rtps/common/BinaryProperty.i | 4 +-- .../swig/fastdds/rtps/common/CDRMessage_t.i | 4 +-- .../swig/fastdds/rtps/common/CacheChange.i | 4 +-- .../swig/fastdds/rtps/common/FragmentNumber.i | 4 +-- .../src/swig/fastdds/rtps/common/Guid.i | 4 +-- .../swig/fastdds/rtps/common/InstanceHandle.i | 4 +-- .../src/swig/fastdds/rtps/common/Locator.i | 4 +-- .../swig/fastdds/rtps/common/MatchingInfo.i | 4 +-- .../swig/fastdds/rtps/common/PortParameters.i | 4 +-- .../src/swig/fastdds/rtps/common/Property.i | 4 +-- .../swig/fastdds/rtps/common/SampleIdentity.i | 4 +-- .../swig/fastdds/rtps/common/SequenceNumber.i | 4 +-- .../fastdds/rtps/common/SerializedPayload.i | 4 +-- .../src/swig/fastdds/rtps/common/Time_t.i | 4 +-- .../src/swig/fastdds/rtps/common/Token.i | 4 +-- .../src/swig/fastdds/rtps/common/Types.i | 4 +-- .../swig/fastdds/rtps/common/WriteParams.i | 4 +-- .../ThroughputControllerDescriptor.i | 4 +-- .../src/swig/fastdds/rtps/history/History.i | 4 +-- .../swig/fastdds/rtps/history/IChangePool.i | 4 +-- .../swig/fastdds/rtps/history/IPayloadPool.i | 4 +-- .../swig/fastdds/rtps/history/ReaderHistory.i | 4 +-- .../swig/fastdds/rtps/history/WriterHistory.i | 4 +-- .../fastdds/rtps/messages/MessageReceiver.i | 4 +-- .../fastdds/rtps/messages/RTPS_messages.i | 4 +-- .../fastdds/rtps/network/NetworkFactory.i | 4 +-- .../fastdds/rtps/network/ReceiverResource.i | 4 +-- .../fastdds/rtps/network/SenderResource.i | 4 +-- .../participant/ParticipantDiscoveryInfo.i | 4 +-- .../rtps/participant/RTPSParticipant.i | 4 +-- .../participant/RTPSParticipantListener.i | 4 +-- .../src/swig/fastdds/rtps/reader/RTPSReader.i | 4 +-- .../fastdds/rtps/reader/ReaderDiscoveryInfo.i | 4 +-- .../swig/fastdds/rtps/reader/ReaderListener.i | 4 +-- .../fastdds/rtps/resources/ResourceEvent.i | 4 +-- .../swig/fastdds/rtps/resources/TimedEvent.i | 4 +-- .../security/accesscontrol/AccessControl.i | 4 +-- .../EndpointSecurityAttributes.i | 4 +-- .../security/authentication/Authentication.i | 4 +-- .../rtps/security/authentication/Handshake.i | 4 +-- .../fastdds/rtps/security/common/Handle.i | 4 +-- .../security/logging/BuiltinLoggingType.i | 4 +-- .../rtps/security/logging/LogOptions.i | 4 +-- .../fastdds/rtps/security/logging/Logging.i | 4 +-- .../rtps/security/logging/LoggingLevel.i | 4 +-- .../transport/SocketTransportDescriptor.i | 4 +-- .../rtps/transport/TCPTransportDescriptor.i | 4 +-- .../rtps/transport/TCPv4TransportDescriptor.i | 4 +-- .../rtps/transport/TCPv6TransportDescriptor.i | 4 +-- .../transport/TransportDescriptorInterface.i | 4 +-- .../rtps/transport/TransportInterface.i | 4 +-- .../transport/TransportReceiverInterface.i | 4 +-- .../rtps/transport/UDPTransportDescriptor.i | 4 +-- .../rtps/transport/UDPv4TransportDescriptor.i | 4 +-- .../rtps/transport/UDPv6TransportDescriptor.i | 4 +-- .../shared_mem/SharedMemTransportDescriptor.i | 4 +-- .../transport/test_UDPv4TransportDescriptor.i | 4 +-- .../fastdds/rtps/writer/ChangeForReader.i | 4 +-- .../swig/fastdds/rtps/writer/LivelinessData.i | 4 +-- .../fastdds/rtps/writer/LivelinessManager.i | 4 +-- .../fastdds/rtps/writer/PersistentWriter.i | 4 +-- .../src/swig/fastdds/rtps/writer/RTPSWriter.i | 4 +-- .../swig/fastdds/rtps/writer/ReaderLocator.i | 4 +-- .../swig/fastdds/rtps/writer/ReaderProxy.i | 4 +-- .../fastdds/rtps/writer/WriterDiscoveryInfo.i | 4 +-- .../swig/fastdds/rtps/writer/WriterListener.i | 4 +-- fastdds_python/test/types/test_complete.hpp | 8 +++--- .../test/types/test_completeCdrAux.hpp | 6 ++-- .../test/types/test_completeCdrAux.ipp | 6 ++-- .../test/types/test_completePubSubTypes.cxx | 2 +- ...ubTypes.h => test_completePubSubTypes.hpp} | 28 +++++++++---------- .../test/types/test_completePubSubTypes.i | 4 +-- .../types/test_completeTypeObjectSupport.hpp | 6 ++-- .../test/types/test_included_modules.hpp | 8 +++--- .../types/test_included_modulesCdrAux.hpp | 6 ++-- .../types/test_included_modulesCdrAux.ipp | 6 ++-- .../test_included_modulesPubSubTypes.cxx | 2 +- ...h => test_included_modulesPubSubTypes.hpp} | 18 ++++++------ .../types/test_included_modulesPubSubTypes.i | 4 +-- ...test_included_modulesTypeObjectSupport.hpp | 6 ++-- fastdds_python/test/types/test_modules.hpp | 8 +++--- .../test/types/test_modulesCdrAux.hpp | 6 ++-- .../test/types/test_modulesCdrAux.ipp | 6 ++-- .../test/types/test_modulesPubSubTypes.cxx | 2 +- ...SubTypes.h => test_modulesPubSubTypes.hpp} | 26 ++++++++--------- .../test/types/test_modulesPubSubTypes.i | 4 +-- .../types/test_modulesTypeObjectSupport.hpp | 6 ++-- .../HelloWorldExample/HelloWorld.hpp | 4 +-- .../HelloWorldExample/HelloWorldCdrAux.hpp | 6 ++-- .../HelloWorldExample/HelloWorldCdrAux.ipp | 6 ++-- .../HelloWorldPubSubTypes.cxx | 2 +- ...ubSubTypes.h => HelloWorldPubSubTypes.hpp} | 18 ++++++------ .../HelloWorldExample/HelloWorldPubSubTypes.i | 4 +-- .../HelloWorldTypeObjectSupport.hpp | 6 ++-- 108 files changed, 266 insertions(+), 266 deletions(-) rename fastdds_python/test/types/{test_completePubSubTypes.h => test_completePubSubTypes.hpp} (92%) rename fastdds_python/test/types/{test_included_modulesPubSubTypes.h => test_included_modulesPubSubTypes.hpp} (88%) rename fastdds_python/test/types/{test_modulesPubSubTypes.h => test_modulesPubSubTypes.hpp} (93%) rename fastdds_python_examples/HelloWorldExample/{HelloWorldPubSubTypes.h => HelloWorldPubSubTypes.hpp} (89%) diff --git a/fastdds_python/src/swig/fastdds.i b/fastdds_python/src/swig/fastdds.i index c901598d..ed97af05 100644 --- a/fastdds_python/src/swig/fastdds.i +++ b/fastdds_python/src/swig/fastdds.i @@ -65,7 +65,7 @@ %include "typemaps.i" %{ -#include "fastdds/config.h" +#include "fastdds/config.hpp" bool has_statistics() { diff --git a/fastdds_python/src/swig/fastdds/rtps/Endpoint.i b/fastdds_python/src/swig/fastdds/rtps/Endpoint.i index f069f643..8e2dfe49 100644 --- a/fastdds_python/src/swig/fastdds/rtps/Endpoint.i +++ b/fastdds_python/src/swig/fastdds/rtps/Endpoint.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/Endpoint.h" +#include "fastdds/rtps/Endpoint.hpp" %} -%include "fastdds/rtps/Endpoint.h" +%include "fastdds/rtps/Endpoint.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i b/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i index dc29cc9d..2fefc141 100644 --- a/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i +++ b/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/RTPSDomain.h" +#include "fastdds/rtps/RTPSDomain.hpp" %} -%include "fastdds/rtps/RTPSDomain.h" +%include "fastdds/rtps/RTPSDomain.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i index 9a45916f..70e4a4a1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/EndpointAttributes.h" +#include "fastdds/rtps/attributes/EndpointAttributes.hpp" %} -%include "fastdds/rtps/attributes/EndpointAttributes.h" +%include "fastdds/rtps/attributes/EndpointAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i index 0dc969db..0cc5719e 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/HistoryAttributes.h" +#include "fastdds/rtps/attributes/HistoryAttributes.hpp" %} -%include "fastdds/rtps/attributes/HistoryAttributes.h" +%include "fastdds/rtps/attributes/HistoryAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i b/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i index a1a6a509..54bd4f29 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i @@ -13,11 +13,11 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/PropertyPolicy.h" +#include "fastdds/rtps/attributes/PropertyPolicy.hpp" %} // Ignore overloaded constructor that have no effect on target language %ignore eprosima::fastdds::rtps::PropertyPolicy::PropertyPolicy(PropertyPolicy &&); %ignore eprosima::fastdds::rtps::PropertyPolicyHelper; -%include "fastdds/rtps/attributes/PropertyPolicy.h" +%include "fastdds/rtps/attributes/PropertyPolicy.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i index f8ebbbd1..277c8acb 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/RTPSParticipantAttributes.h" +#include "fastdds/rtps/attributes/RTPSParticipantAttributes.hpp" %} // Ignore deprecated methods @@ -22,4 +22,4 @@ %ignore eprosima::fastdds::rtps::RTPSParticipantAttributes; %ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const DiscoveryProtocol&);; -%include "fastdds/rtps/attributes/RTPSParticipantAttributes.h" +%include "fastdds/rtps/attributes/RTPSParticipantAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i index 0b3ddfdf..9297bea3 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i @@ -13,9 +13,9 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/ReaderAttributes.h" +#include "fastdds/rtps/attributes/ReaderAttributes.hpp" %} %ignore eprosima::fastdds::rtps::ReaderAttributes; -%include "fastdds/rtps/attributes/ReaderAttributes.h" +%include "fastdds/rtps/attributes/ReaderAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i index bf4d4660..43774533 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/ServerAttributes.h" +#include "fastdds/rtps/attributes/ServerAttributes.hpp" %} // Ignore deprecated methods @@ -24,4 +24,4 @@ %template(RemoteServerAttributesList) std::list; -%include "fastdds/rtps/attributes/ServerAttributes.h" +%include "fastdds/rtps/attributes/ServerAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i index eafb494b..0e96dbae 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i @@ -13,9 +13,9 @@ // limitations under the License. %{ -#include "fastdds/rtps/attributes/WriterAttributes.h" +#include "fastdds/rtps/attributes/WriterAttributes.hpp" %} %ignore eprosima::fastdds::rtps::WriterAttributes; -%include "fastdds/rtps/attributes/WriterAttributes.h" +%include "fastdds/rtps/attributes/WriterAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i b/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i index 2bf451e5..97cff813 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/builtin/BuiltinProtocols.h" +#include "fastdds/rtps/builtin/BuiltinProtocols.hpp" %} -%include "fastdds/rtps/builtin/BuiltinProtocols.h" +%include "fastdds/rtps/builtin/BuiltinProtocols.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i index 74b0088b..3c71fa1c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/builtin/data/ParticipantProxyData.h" +#include "fastdds/rtps/builtin/data/ParticipantProxyData.hpp" %} -%include "fastdds/rtps/builtin/data/ParticipantProxyData.h" +%include "fastdds/rtps/builtin/data/ParticipantProxyData.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i index 972e8c30..6fa5dfac 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/builtin/data/ReaderProxyData.h" +#include "fastdds/rtps/builtin/data/ReaderProxyData.hpp" %} -%include "fastdds/rtps/builtin/data/ReaderProxyData.h" +%include "fastdds/rtps/builtin/data/ReaderProxyData.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i index e37902ff..9d7b6135 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/builtin/data/WriterProxyData.h" +#include "fastdds/rtps/builtin/data/WriterProxyData.hpp" %} -%include "fastdds/rtps/builtin/data/WriterProxyData.h" +%include "fastdds/rtps/builtin/data/WriterProxyData.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i b/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i index 8ffdc2b9..716ef97b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/BinaryProperty.h" +#include "fastdds/rtps/common/BinaryProperty.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -29,4 +29,4 @@ // We must explicitly declare the specializations of the templates %template(BinaryPropertySeq) std::vector; -%include "fastdds/rtps/common/BinaryProperty.h" +%include "fastdds/rtps/common/BinaryProperty.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i b/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i index dc371368..6876aaac 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i @@ -13,10 +13,10 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/CDRMessage_t.h" +#include "fastdds/rtps/common/CDRMessage_t.hpp" %} // Overloaded constructor ignored %ignore eprosima::fastdds::rtps::CDRMessage_t::CDRMessage_t(CDRMessage_t &&); -%include "fastdds/rtps/common/CDRMessage_t.h" +%include "fastdds/rtps/common/CDRMessage_t.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i b/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i index 1caa3357..9369036e 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i @@ -13,11 +13,11 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/CacheChange.h" +#include "fastdds/rtps/common/CacheChange.hpp" %} // Ignore problematic classes that are not part of the user API %ignore eprosima::fastdds::rtps::CacheChangeWriterInfo_t; %ignore eprosima::fastdds::rtps::CacheChangeReaderInfo_t; -%include "fastdds/rtps/common/CacheChange.h" +%include "fastdds/rtps/common/CacheChange.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i b/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i index 93b619d1..33455e76 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/FragmentNumber.h" +#include "fastdds/rtps/common/FragmentNumber.hpp" %} -%include "fastdds/rtps/common/FragmentNumber.h" +%include "fastdds/rtps/common/FragmentNumber.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Guid.i b/fastdds_python/src/swig/fastdds/rtps/common/Guid.i index e46f604f..1483ee33 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Guid.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Guid.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/Guid.h" +#include "fastdds/rtps/common/Guid.hpp" // Define a hash method in global scope for GUID_t types // This is necessary if we want other classes to hash an internal GUID_t @@ -33,7 +33,7 @@ long hash(const eprosima::fastdds::rtps::GUID_t& guid) %ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const GUID_t&); %ignore eprosima::fastdds::rtps::operator >>(std::istream&, GUID_t&); -%include "fastdds/rtps/common/Guid.h" +%include "fastdds/rtps/common/Guid.hpp" // Declare the comparison operators as internal to the class %extend eprosima::fastdds::rtps::GUID_t { diff --git a/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i b/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i index 28ad0dd0..ad4a17bb 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/InstanceHandle.h" +#include "fastdds/rtps/common/InstanceHandle.hpp" // Define a hash method in global scope for InstanceHandle_t types // This is necessary if we want other classes to hash an internal InstanceHandle_t @@ -79,7 +79,7 @@ long hash(const eprosima::fastdds::rtps::InstanceHandle_t& handle) %template(InstanceHandleVector) std::vector; %typemap(doctype) std::vector"InstanceHandleVector"; -%include "fastdds/rtps/common/InstanceHandle.h" +%include "fastdds/rtps/common/InstanceHandle.hpp" // Declare the comparison operators as internal to the class %extend eprosima::fastdds::rtps::InstanceHandle_t { diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Locator.i b/fastdds_python/src/swig/fastdds/rtps/common/Locator.i index 6ba5f394..deef6c44 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Locator.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Locator.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/Locator.h" +#include "fastdds/rtps/common/Locator.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -58,7 +58,7 @@ $result = python_tuple; } -%include "fastdds/rtps/common/Locator.h" +%include "fastdds/rtps/common/Locator.hpp" %extend eprosima::fastdds::rtps::Locator_t { diff --git a/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i b/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i index a11061ad..12322809 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/MatchingInfo.h" +#include "fastdds/rtps/common/MatchingInfo.hpp" %} -%include "fastdds/rtps/common/MatchingInfo.h" +%include "fastdds/rtps/common/MatchingInfo.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i b/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i index b9fdb779..45eeb2ac 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/PortParameters.h" +#include "fastdds/rtps/common/PortParameters.hpp" %} -%include "fastdds/rtps/common/PortParameters.h" +%include "fastdds/rtps/common/PortParameters.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Property.i b/fastdds_python/src/swig/fastdds/rtps/common/Property.i index 365a83e1..918444ad 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Property.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Property.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/Property.h" +#include "fastdds/rtps/common/Property.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -29,4 +29,4 @@ // We must explicitly declare the specializations of the templates %template(PropertySeq) std::vector; -%include "fastdds/rtps/common/Property.h" +%include "fastdds/rtps/common/Property.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i b/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i index 81db0efb..317f7ab7 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/SampleIdentity.h" +#include "fastdds/rtps/common/SampleIdentity.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -27,4 +27,4 @@ %ignore operator >>(std::istream& input, SampleIdentity& sid); %ignore operator <<(std::ostream& output, const SampleIdentity& sid); -%include "fastdds/rtps/common/SampleIdentity.h" +%include "fastdds/rtps/common/SampleIdentity.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i b/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i index 16944b8a..71c75311 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/SequenceNumber.h" +#include "fastdds/rtps/common/SequenceNumber.hpp" %} @@ -22,4 +22,4 @@ %ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const SequenceNumberSet_t&); %ignore eprosima::fastdds::rtps::operator >>(std::istream&, SequenceNumber_t&); -%include "fastdds/rtps/common/SequenceNumber.h" +%include "fastdds/rtps/common/SequenceNumber.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i b/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i index 2c8d97bc..dac18417 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/SerializedPayload.h" +#include "fastdds/rtps/common/SerializedPayload.hpp" %} -%include "fastdds/rtps/common/SerializedPayload.h" +%include "fastdds/rtps/common/SerializedPayload.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i b/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i index 10d8eaa4..34152235 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include +#include %} // There are two definitions of Time_t in different namespaces @@ -48,7 +48,7 @@ %ignore eprosima::fastdds::operator+(const Time_t&, const Time_t&); %ignore eprosima::fastdds::operator-(const Time_t&, const Time_t&); -%include +%include // Declare the comparison operators as internal to the class %extend eprosima::fastdds::Time_t { diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Token.i b/fastdds_python/src/swig/fastdds/rtps/common/Token.i index da0b72f5..c603ee56 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Token.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Token.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/Token.h" +#include "fastdds/rtps/common/Token.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -24,4 +24,4 @@ %ignore eprosima::fastdds::rtps::DataHolderHelper::find_binary_property_value(const DataHolder& data_holder, const std::string& name); %ignore eprosima::fastdds::rtps::DataHolderHelper::find_binary_property(const DataHolder& data_holder, const std::string& name); -%include "fastdds/rtps/common/Token.h" +%include "fastdds/rtps/common/Token.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Types.i b/fastdds_python/src/swig/fastdds/rtps/common/Types.i index 9a9ed250..5f7cc2e2 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Types.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Types.i @@ -13,9 +13,9 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/Types.h" +#include "fastdds/rtps/common/Types.hpp" %} %ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const ProtocolVersion_t&); -%include "fastdds/rtps/common/Types.h" +%include "fastdds/rtps/common/Types.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i b/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i index f4dfa9d1..46c46dd9 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/common/WriteParams.h" +#include "fastdds/rtps/common/WriteParams.hpp" %} // Ignore overloaded constructor and methods that have no effect on target language @@ -21,4 +21,4 @@ %ignore eprosima::fastdds::rtps::WriteParams::sample_identity(SampleIdentity &&); %ignore eprosima::fastdds::rtps::WriteParams::related_sample_identity(SampleIdentity &&); -%include "fastdds/rtps/common/WriteParams.h" +%include "fastdds/rtps/common/WriteParams.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i index 063ecce4..1fa17eb5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h" +#include "fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.hpp" %} -%include "fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h" +%include "fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/history/History.i b/fastdds_python/src/swig/fastdds/rtps/history/History.i index 1a8ed0e5..ebacd22d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/History.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/History.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/history/History.h" +#include "fastdds/rtps/history/History.hpp" %} -%include "fastdds/rtps/history/History.h" +%include "fastdds/rtps/history/History.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i b/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i index 5b1568e1..07c35124 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/history/IChangePool.h" +#include "fastdds/rtps/history/IChangePool.hpp" %} -%include "fastdds/rtps/history/IChangePool.h" +%include "fastdds/rtps/history/IChangePool.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i b/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i index 28220478..6566aaad 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/history/IPayloadPool.h" +#include "fastdds/rtps/history/IPayloadPool.hpp" %} -%include "fastdds/rtps/history/IPayloadPool.h" +%include "fastdds/rtps/history/IPayloadPool.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i b/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i index 73a44f3c..b87345cb 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/history/ReaderHistory.h" +#include "fastdds/rtps/history/ReaderHistory.hpp" %} -%include "fastdds/rtps/history/ReaderHistory.h" +%include "fastdds/rtps/history/ReaderHistory.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i b/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i index 44945276..08389525 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/history/WriterHistory.h" +#include "fastdds/rtps/history/WriterHistory.hpp" %} -%include "fastdds/rtps/history/WriterHistory.h" +%include "fastdds/rtps/history/WriterHistory.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i b/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i index c876cfa1..cf07e4dd 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/messages/MessageReceiver.h" +#include "fastdds/rtps/messages/MessageReceiver.hpp" %} -%include "fastdds/rtps/messages/MessageReceiver.h" +%include "fastdds/rtps/messages/MessageReceiver.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i b/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i index 1d2a9ccf..5bc723e4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/messages/RTPS_messages.h" +#include "fastdds/rtps/messages/RTPS_messages.hpp" %} -%include "fastdds/rtps/messages/RTPS_messages.h" +%include "fastdds/rtps/messages/RTPS_messages.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i b/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i index 547edf84..11a3b21b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/network/NetworkFactory.h" +#include "fastdds/rtps/network/NetworkFactory.hpp" %} -%include "fastdds/rtps/network/NetworkFactory.h" +%include "fastdds/rtps/network/NetworkFactory.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i b/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i index cac63f89..f67936d3 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/network/ReceiverResource.h" +#include "fastdds/rtps/network/ReceiverResource.hpp" %} -%include "fastdds/rtps/network/ReceiverResource.h" +%include "fastdds/rtps/network/ReceiverResource.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i b/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i index 45951333..9314d5ae 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/network/SenderResource.h" +#include "fastdds/rtps/network/SenderResource.hpp" %} -%include "fastdds/rtps/network/SenderResource.h" +%include "fastdds/rtps/network/SenderResource.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i index fb9e8f5d..ec67bced 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/participant/ParticipantDiscoveryInfo.h" +#include "fastdds/rtps/participant/ParticipantDiscoveryInfo.hpp" %} -%include "fastdds/rtps/participant/ParticipantDiscoveryInfo.h" +%include "fastdds/rtps/participant/ParticipantDiscoveryInfo.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i index 547d9031..e2456605 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/participant/RTPSParticipant.h" +#include "fastdds/rtps/participant/RTPSParticipant.hpp" %} -%include "fastdds/rtps/participant/RTPSParticipant.h" +%include "fastdds/rtps/participant/RTPSParticipant.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i index 4a55df63..8fc7e54d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/participant/RTPSParticipantListener.h" +#include "fastdds/rtps/participant/RTPSParticipantListener.hpp" %} -%include "fastdds/rtps/participant/RTPSParticipantListener.h" +%include "fastdds/rtps/participant/RTPSParticipantListener.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i index 9348d18e..8cf517e5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/reader/RTPSReader.h" +#include "fastdds/rtps/reader/RTPSReader.hpp" %} -%include "fastdds/rtps/reader/RTPSReader.h" +%include "fastdds/rtps/reader/RTPSReader.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i index 323ab864..5f3abb16 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/reader/ReaderDiscoveryInfo.h" +#include "fastdds/rtps/reader/ReaderDiscoveryInfo.hpp" %} -%include "fastdds/rtps/reader/ReaderDiscoveryInfo.h" +%include "fastdds/rtps/reader/ReaderDiscoveryInfo.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i index 20d91c88..ea2e8251 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/reader/ReaderListener.h" +#include "fastdds/rtps/reader/ReaderListener.hpp" %} -%include "fastdds/rtps/reader/ReaderListener.h" +%include "fastdds/rtps/reader/ReaderListener.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i index 1d2e4d85..305eb76f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i +++ b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/resources/ResourceEvent.h" +#include "fastdds/rtps/resources/ResourceEvent.hpp" %} -%include "fastdds/rtps/resources/ResourceEvent.h" +%include "fastdds/rtps/resources/ResourceEvent.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i b/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i index eaa1e430..e1dd31da 100644 --- a/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i +++ b/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/resources/TimedEvent.h" +#include "fastdds/rtps/resources/TimedEvent.hpp" %} -%include "fastdds/rtps/resources/TimedEvent.h" +%include "fastdds/rtps/resources/TimedEvent.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i index 07c4350b..3aef5f17 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/accesscontrol/AccessControl.h" +#include "fastdds/rtps/security/accesscontrol/AccessControl.hpp" %} -%include "fastdds/rtps/security/accesscontrol/AccessControl.h" +%include "fastdds/rtps/security/accesscontrol/AccessControl.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i index 1eef48b7..a6cdb2ea 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.h" +#include "fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.hpp" %} -%include "fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.h" +%include "fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i index b8f4bb90..16d5217a 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/authentication/Authentication.h" +#include "fastdds/rtps/security/authentication/Authentication.hpp" %} -%include "fastdds/rtps/security/authentication/Authentication.h" +%include "fastdds/rtps/security/authentication/Authentication.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i index acb87299..a43f27a1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/authentication/Handshake.h" +#include "fastdds/rtps/security/authentication/Handshake.hpp" %} -%include "fastdds/rtps/security/authentication/Handshake.h" +%include "fastdds/rtps/security/authentication/Handshake.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i b/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i index 6a9b5d98..8320fb12 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/common/Handle.h" +#include "fastdds/rtps/security/common/Handle.hpp" %} -%include "fastdds/rtps/security/common/Handle.h" +%include "fastdds/rtps/security/common/Handle.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i index 9882a5b9..db5bb348 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/logging/BuiltinLoggingType.h" +#include "fastdds/rtps/security/logging/BuiltinLoggingType.hpp" %} -%include "fastdds/rtps/security/logging/BuiltinLoggingType.h" +%include "fastdds/rtps/security/logging/BuiltinLoggingType.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i index b27959db..15e11552 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/logging/LogOptions.h" +#include "fastdds/rtps/security/logging/LogOptions.hpp" %} -%include "fastdds/rtps/security/logging/LogOptions.h" +%include "fastdds/rtps/security/logging/LogOptions.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i index fec2e10b..0c010cc4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/logging/Logging.h" +#include "fastdds/rtps/security/logging/Logging.hpp" %} -%include "fastdds/rtps/security/logging/Logging.h" +%include "fastdds/rtps/security/logging/Logging.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i index 6fa1a804..06c9e07f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/security/logging/LoggingLevel.h" +#include "fastdds/rtps/security/logging/LoggingLevel.hpp" %} -%include "fastdds/rtps/security/logging/LoggingLevel.h" +%include "fastdds/rtps/security/logging/LoggingLevel.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i index e001b4d5..af8227d4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/SocketTransportDescriptor.h" +#include "fastdds/rtps/transport/SocketTransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/SocketTransportDescriptor.h" +%include "fastdds/rtps/transport/SocketTransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i index 1fc28b26..a772e32a 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TCPTransportDescriptor.h" +#include "fastdds/rtps/transport/TCPTransportDescriptor.hpp" %} // Flatten nested classes @@ -26,7 +26,7 @@ %rename (TCPTransportDescriptor_TLSConfig_TLSVerifyMode) eprosima::fastdds::rtps::TCPTransportDescriptor::TLSConfig::TLSVerifyMode; %rename (TCPTransportDescriptor_TLSConfig_TLSHandShakeRole) eprosima::fastdds::rtps::TCPTransportDescriptor::TLSConfig::TLSHandShakeRole; -%include "fastdds/rtps/transport/TCPTransportDescriptor.h" +%include "fastdds/rtps/transport/TCPTransportDescriptor.hpp" // Deactivate class flattening %feature("flatnested", "0"); diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i index 1229b756..58dcf98c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TCPv4TransportDescriptor.h" +#include "fastdds/rtps/transport/TCPv4TransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/TCPv4TransportDescriptor.h" +%include "fastdds/rtps/transport/TCPv4TransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i index 2ad5b0bc..0150cfce 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TCPv6TransportDescriptor.h" +#include "fastdds/rtps/transport/TCPv6TransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/TCPv6TransportDescriptor.h" +%include "fastdds/rtps/transport/TCPv6TransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i index f3a43712..a2fbea3f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TransportDescriptorInterface.h" +#include "fastdds/rtps/transport/TransportDescriptorInterface.hpp" %} -%include "fastdds/rtps/transport/TransportDescriptorInterface.h" +%include "fastdds/rtps/transport/TransportDescriptorInterface.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i index 57200038..7e1965bb 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TransportInterface.h" +#include "fastdds/rtps/transport/TransportInterface.hpp" %} -%include "fastdds/rtps/transport/TransportInterface.h" +%include "fastdds/rtps/transport/TransportInterface.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i index 10cd55f2..475220d3 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/TransportReceiverInterface.h" +#include "fastdds/rtps/transport/TransportReceiverInterface.hpp" %} -%include "fastdds/rtps/transport/TransportReceiverInterface.h" +%include "fastdds/rtps/transport/TransportReceiverInterface.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i index 81677401..e66eae97 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/UDPTransportDescriptor.h" +#include "fastdds/rtps/transport/UDPTransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/UDPTransportDescriptor.h" +%include "fastdds/rtps/transport/UDPTransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i index ca47fb67..c6e96011 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/UDPv4TransportDescriptor.h" +#include "fastdds/rtps/transport/UDPv4TransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/UDPv4TransportDescriptor.h" +%include "fastdds/rtps/transport/UDPv4TransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i index dc982cdb..12932749 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/UDPv6TransportDescriptor.h" +#include "fastdds/rtps/transport/UDPv6TransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/UDPv6TransportDescriptor.h" +%include "fastdds/rtps/transport/UDPv6TransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i index 862fa355..522c385d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h" +#include "fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h" +%include "fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i index a4405ca0..81679027 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/transport/test_UDPv4TransportDescriptor.h" +#include "fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp" %} -%include "fastdds/rtps/transport/test_UDPv4TransportDescriptor.h" +%include "fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i b/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i index 0d5e57d1..3fb41530 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/ChangeForReader.h" +#include "fastdds/rtps/writer/ChangeForReader.hpp" %} -%include "fastdds/rtps/writer/ChangeForReader.h" +%include "fastdds/rtps/writer/ChangeForReader.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i index 6d7af139..0c1abd2a 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/LivelinessData.h" +#include "fastdds/rtps/writer/LivelinessData.hpp" %} -%include "fastdds/rtps/writer/LivelinessData.h" +%include "fastdds/rtps/writer/LivelinessData.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i index 84d272c5..9e4970e1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/LivelinessManager.h" +#include "fastdds/rtps/writer/LivelinessManager.hpp" %} -%include "fastdds/rtps/writer/LivelinessManager.h" +%include "fastdds/rtps/writer/LivelinessManager.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i index 0d34a847..37876874 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/PersistentWriter.h" +#include "fastdds/rtps/writer/PersistentWriter.hpp" %} -%include "fastdds/rtps/writer/PersistentWriter.h" +%include "fastdds/rtps/writer/PersistentWriter.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i index 03954e0f..4e393b79 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/RTPSWriter.h" +#include "fastdds/rtps/writer/RTPSWriter.hpp" %} -%include "fastdds/rtps/writer/RTPSWriter.h" +%include "fastdds/rtps/writer/RTPSWriter.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i index 5db98022..e6a5ef20 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/ReaderLocator.h" +#include "fastdds/rtps/writer/ReaderLocator.hpp" %} -%include "fastdds/rtps/writer/ReaderLocator.h" +%include "fastdds/rtps/writer/ReaderLocator.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i index 7f20a1a4..11e2df07 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/ReaderProxy.h" +#include "fastdds/rtps/writer/ReaderProxy.hpp" %} -%include "fastdds/rtps/writer/ReaderProxy.h" +%include "fastdds/rtps/writer/ReaderProxy.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i index 15d3e28b..ba055cf6 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/WriterDiscoveryInfo.h" +#include "fastdds/rtps/writer/WriterDiscoveryInfo.hpp" %} -%include "fastdds/rtps/writer/WriterDiscoveryInfo.h" +%include "fastdds/rtps/writer/WriterDiscoveryInfo.hpp" diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i b/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i index 4d80ec1e..df4cb0f8 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i @@ -13,7 +13,7 @@ // limitations under the License. %{ -#include "fastdds/rtps/writer/WriterListener.h" +#include "fastdds/rtps/writer/WriterListener.hpp" %} -%include "fastdds/rtps/writer/WriterListener.h" +%include "fastdds/rtps/writer/WriterListener.hpp" diff --git a/fastdds_python/test/types/test_complete.hpp b/fastdds_python/test/types/test_complete.hpp index f099c8a3..3651df1e 100644 --- a/fastdds_python/test/types/test_complete.hpp +++ b/fastdds_python/test/types/test_complete.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_TEST_COMPLETE_HPP_ -#define _FAST_DDS_GENERATED_TEST_COMPLETE_HPP_ +#ifndef FAST_DDS_GENERATED__TEST_COMPLETE_HPP +#define FAST_DDS_GENERATED__TEST_COMPLETE_HPP #include #include @@ -60,7 +60,7 @@ * @brief This class represents the enumeration Color defined by the user in the IDL file. * @ingroup test_complete */ -enum class Color : uint32_t +enum class Color : int32_t { RED, GREEN, @@ -72,7 +72,7 @@ enum class Color : uint32_t * @brief This class represents the enumeration Material defined by the user in the IDL file. * @ingroup test_complete */ -enum class Material : uint32_t +enum class Material : int32_t { WOOD, PLASTIC, diff --git a/fastdds_python/test/types/test_completeCdrAux.hpp b/fastdds_python/test/types/test_completeCdrAux.hpp index b96cb620..2a36c469 100644 --- a/fastdds_python/test/types/test_completeCdrAux.hpp +++ b/fastdds_python/test/types/test_completeCdrAux.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_HPP_ -#define _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_HPP_ +#ifndef FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_HPP +#define FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_HPP #include "test_complete.hpp" @@ -63,5 +63,5 @@ eProsima_user_DllExport void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_HPP_ +#endif // FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_HPP diff --git a/fastdds_python/test/types/test_completeCdrAux.ipp b/fastdds_python/test/types/test_completeCdrAux.ipp index f9a03cf1..79915c10 100644 --- a/fastdds_python/test/types/test_completeCdrAux.ipp +++ b/fastdds_python/test/types/test_completeCdrAux.ipp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_IPP_ -#define _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_IPP_ +#ifndef FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_IPP +#define FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_IPP #include "test_completeCdrAux.hpp" @@ -1598,5 +1598,5 @@ void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_TEST_COMPLETECDRAUX_IPP_ +#endif // FAST_DDS_GENERATED__TEST_COMPLETECDRAUX_IPP diff --git a/fastdds_python/test/types/test_completePubSubTypes.cxx b/fastdds_python/test/types/test_completePubSubTypes.cxx index 2ab4ef2b..661e4523 100644 --- a/fastdds_python/test/types/test_completePubSubTypes.cxx +++ b/fastdds_python/test/types/test_completePubSubTypes.cxx @@ -19,7 +19,7 @@ * This file was generated by the tool fastddsgen. */ -#include "test_completePubSubTypes.h" +#include "test_completePubSubTypes.hpp" #include #include diff --git a/fastdds_python/test/types/test_completePubSubTypes.h b/fastdds_python/test/types/test_completePubSubTypes.hpp similarity index 92% rename from fastdds_python/test/types/test_completePubSubTypes.h rename to fastdds_python/test/types/test_completePubSubTypes.hpp index fa220fe7..d5904dd8 100644 --- a/fastdds_python/test/types/test_completePubSubTypes.h +++ b/fastdds_python/test/types/test_completePubSubTypes.hpp @@ -13,25 +13,25 @@ // limitations under the License. /*! - * @file test_completePubSubTypes.h + * @file test_completePubSubTypes.hpp * This header file contains the declaration of the serialization functions. * * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_ -#define _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_ +#ifndef FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP +#define FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP #include #include -#include -#include -#include +#include +#include +#include #include "test_complete.hpp" -#include "test_included_modulesPubSubTypes.h" +#include "test_included_modulesPubSubTypes.hpp" #if !defined(GEN_API_VER) || (GEN_API_VER != 2) #error \ @@ -107,7 +107,7 @@ class StructTypePubSubType : public eprosima::fastdds::dds::TopicDataType } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -125,7 +125,7 @@ class StructTypePubSubType : public eprosima::fastdds::dds::TopicDataType #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; @@ -200,7 +200,7 @@ class CompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicDataType } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -218,7 +218,7 @@ class CompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicDataType #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; @@ -291,7 +291,7 @@ class KeyedCompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicData } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -309,10 +309,10 @@ class KeyedCompleteTestTypePubSubType : public eprosima::fastdds::dds::TopicData #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; -#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_PUBSUBTYPES_H_ +#endif // FAST_DDS_GENERATED__TEST_COMPLETE_PUBSUBTYPES_HPP diff --git a/fastdds_python/test/types/test_completePubSubTypes.i b/fastdds_python/test/types/test_completePubSubTypes.i index 2c68f927..b18ad267 100644 --- a/fastdds_python/test/types/test_completePubSubTypes.i +++ b/fastdds_python/test/types/test_completePubSubTypes.i @@ -22,9 +22,9 @@ %import(module="fastdds") "fastdds/dds/topic/TopicDataType.hpp"; %{ -#include "test_completePubSubTypes.h" +#include "test_completePubSubTypes.hpp" %} #define GEN_API_VER 2 -%include "test_completePubSubTypes.h" +%include "test_completePubSubTypes.hpp" diff --git a/fastdds_python/test/types/test_completeTypeObjectSupport.hpp b/fastdds_python/test/types/test_completeTypeObjectSupport.hpp index 7379acef..4a7b6457 100644 --- a/fastdds_python/test/types/test_completeTypeObjectSupport.hpp +++ b/fastdds_python/test/types/test_completeTypeObjectSupport.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP_ -#define _FAST_DDS_GENERATED_TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP_ +#ifndef FAST_DDS_GENERATED__TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP +#define FAST_DDS_GENERATED__TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP #include @@ -102,4 +102,4 @@ eProsima_user_DllExport void register_KeyedCompleteTestType_type_identifier( #endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC -#endif // _FAST_DDS_GENERATED_TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP_ +#endif // FAST_DDS_GENERATED__TEST_COMPLETE_TYPE_OBJECT_SUPPORT_HPP diff --git a/fastdds_python/test/types/test_included_modules.hpp b/fastdds_python/test/types/test_included_modules.hpp index d498e591..44ae7264 100644 --- a/fastdds_python/test/types/test_included_modules.hpp +++ b/fastdds_python/test/types/test_included_modules.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_HPP #include #include @@ -59,7 +59,7 @@ namespace test2 { * @brief This class represents the enumeration Color2 defined by the user in the IDL file. * @ingroup test_included_modules */ -enum class Color2 : uint32_t +enum class Color2 : int32_t { RED2, GREEN2, @@ -71,7 +71,7 @@ enum class Color2 : uint32_t * @brief This class represents the enumeration Material2 defined by the user in the IDL file. * @ingroup test_included_modules */ -enum class Material2 : uint32_t +enum class Material2 : int32_t { WOOD2, PLASTIC2, diff --git a/fastdds_python/test/types/test_included_modulesCdrAux.hpp b/fastdds_python/test/types/test_included_modulesCdrAux.hpp index e319a58d..746880d3 100644 --- a/fastdds_python/test/types/test_included_modulesCdrAux.hpp +++ b/fastdds_python/test/types/test_included_modulesCdrAux.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP #include "test_included_modules.hpp" @@ -43,5 +43,5 @@ eProsima_user_DllExport void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_HPP diff --git a/fastdds_python/test/types/test_included_modulesCdrAux.ipp b/fastdds_python/test/types/test_included_modulesCdrAux.ipp index c273b179..663352f6 100644 --- a/fastdds_python/test/types/test_included_modulesCdrAux.ipp +++ b/fastdds_python/test/types/test_included_modulesCdrAux.ipp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP #include "test_included_modulesCdrAux.hpp" @@ -226,5 +226,5 @@ void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULESCDRAUX_IPP diff --git a/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx b/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx index e8cd3bda..a3e82a89 100644 --- a/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx +++ b/fastdds_python/test/types/test_included_modulesPubSubTypes.cxx @@ -19,7 +19,7 @@ * This file was generated by the tool fastddsgen. */ -#include "test_included_modulesPubSubTypes.h" +#include "test_included_modulesPubSubTypes.hpp" #include #include diff --git a/fastdds_python/test/types/test_included_modulesPubSubTypes.h b/fastdds_python/test/types/test_included_modulesPubSubTypes.hpp similarity index 88% rename from fastdds_python/test/types/test_included_modulesPubSubTypes.h rename to fastdds_python/test/types/test_included_modulesPubSubTypes.hpp index 241563a3..1364cf9b 100644 --- a/fastdds_python/test/types/test_included_modulesPubSubTypes.h +++ b/fastdds_python/test/types/test_included_modulesPubSubTypes.hpp @@ -13,21 +13,21 @@ // limitations under the License. /*! - * @file test_included_modulesPubSubTypes.h + * @file test_included_modulesPubSubTypes.hpp * This header file contains the declaration of the serialization functions. * * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_HPP #include #include -#include -#include -#include +#include +#include +#include #include "test_included_modules.hpp" @@ -110,7 +110,7 @@ namespace eprosima } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -128,12 +128,12 @@ namespace eprosima #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; } // namespace test2 } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_H_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_PUBSUBTYPES_HPP diff --git a/fastdds_python/test/types/test_included_modulesPubSubTypes.i b/fastdds_python/test/types/test_included_modulesPubSubTypes.i index 3c3a2891..32492d15 100644 --- a/fastdds_python/test/types/test_included_modulesPubSubTypes.i +++ b/fastdds_python/test/types/test_included_modulesPubSubTypes.i @@ -22,9 +22,9 @@ %import(module="fastdds") "fastdds/dds/topic/TopicDataType.hpp"; %{ -#include "test_included_modulesPubSubTypes.h" +#include "test_included_modulesPubSubTypes.hpp" %} #define GEN_API_VER 2 -%include "test_included_modulesPubSubTypes.h" +%include "test_included_modulesPubSubTypes.hpp" diff --git a/fastdds_python/test/types/test_included_modulesTypeObjectSupport.hpp b/fastdds_python/test/types/test_included_modulesTypeObjectSupport.hpp index 6cea2d84..a5255bcf 100644 --- a/fastdds_python/test/types/test_included_modulesTypeObjectSupport.hpp +++ b/fastdds_python/test/types/test_included_modulesTypeObjectSupport.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP #include @@ -85,4 +85,4 @@ eProsima_user_DllExport void register_StructType2_type_identifier( #endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST2_TEST_INCLUDED_MODULES_TYPE_OBJECT_SUPPORT_HPP diff --git a/fastdds_python/test/types/test_modules.hpp b/fastdds_python/test/types/test_modules.hpp index a132cd9f..ddf9509c 100644 --- a/fastdds_python/test/types/test_modules.hpp +++ b/fastdds_python/test/types/test_modules.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_HPP #include #include @@ -63,7 +63,7 @@ namespace test { * @brief This class represents the enumeration Color defined by the user in the IDL file. * @ingroup test_modules */ -enum class Color : uint32_t +enum class Color : int32_t { RED, GREEN, @@ -75,7 +75,7 @@ enum class Color : uint32_t * @brief This class represents the enumeration Material defined by the user in the IDL file. * @ingroup test_modules */ -enum class Material : uint32_t +enum class Material : int32_t { WOOD, PLASTIC, diff --git a/fastdds_python/test/types/test_modulesCdrAux.hpp b/fastdds_python/test/types/test_modulesCdrAux.hpp index 885637d5..f451676e 100644 --- a/fastdds_python/test/types/test_modulesCdrAux.hpp +++ b/fastdds_python/test/types/test_modulesCdrAux.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP #include "test_modules.hpp" @@ -59,5 +59,5 @@ eProsima_user_DllExport void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_HPP diff --git a/fastdds_python/test/types/test_modulesCdrAux.ipp b/fastdds_python/test/types/test_modulesCdrAux.ipp index 2d9ee11f..2d6f8790 100644 --- a/fastdds_python/test/types/test_modulesCdrAux.ipp +++ b/fastdds_python/test/types/test_modulesCdrAux.ipp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP #include "test_modulesCdrAux.hpp" @@ -1614,5 +1614,5 @@ void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULESCDRAUX_IPP diff --git a/fastdds_python/test/types/test_modulesPubSubTypes.cxx b/fastdds_python/test/types/test_modulesPubSubTypes.cxx index 58acd3dd..f1d84c7c 100644 --- a/fastdds_python/test/types/test_modulesPubSubTypes.cxx +++ b/fastdds_python/test/types/test_modulesPubSubTypes.cxx @@ -19,7 +19,7 @@ * This file was generated by the tool fastddsgen. */ -#include "test_modulesPubSubTypes.h" +#include "test_modulesPubSubTypes.hpp" #include #include diff --git a/fastdds_python/test/types/test_modulesPubSubTypes.h b/fastdds_python/test/types/test_modulesPubSubTypes.hpp similarity index 93% rename from fastdds_python/test/types/test_modulesPubSubTypes.h rename to fastdds_python/test/types/test_modulesPubSubTypes.hpp index 4868f052..4380564f 100644 --- a/fastdds_python/test/types/test_modulesPubSubTypes.h +++ b/fastdds_python/test/types/test_modulesPubSubTypes.hpp @@ -13,21 +13,21 @@ // limitations under the License. /*! - * @file test_modulesPubSubTypes.h + * @file test_modulesPubSubTypes.hpp * This header file contains the declaration of the serialization functions. * * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_HPP #include #include -#include -#include -#include +#include +#include +#include #include "test_modules.hpp" @@ -110,7 +110,7 @@ namespace eprosima } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -128,7 +128,7 @@ namespace eprosima #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; @@ -203,7 +203,7 @@ namespace eprosima } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -221,7 +221,7 @@ namespace eprosima #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; @@ -294,7 +294,7 @@ namespace eprosima } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -312,12 +312,12 @@ namespace eprosima #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; } // namespace test } // namespace eprosima -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_H_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_PUBSUBTYPES_HPP diff --git a/fastdds_python/test/types/test_modulesPubSubTypes.i b/fastdds_python/test/types/test_modulesPubSubTypes.i index f3b1a453..667a2470 100644 --- a/fastdds_python/test/types/test_modulesPubSubTypes.i +++ b/fastdds_python/test/types/test_modulesPubSubTypes.i @@ -22,9 +22,9 @@ %import(module="fastdds") "fastdds/dds/topic/TopicDataType.hpp"; %{ -#include "test_modulesPubSubTypes.h" +#include "test_modulesPubSubTypes.hpp" %} #define GEN_API_VER 2 -%include "test_modulesPubSubTypes.h" +%include "test_modulesPubSubTypes.hpp" diff --git a/fastdds_python/test/types/test_modulesTypeObjectSupport.hpp b/fastdds_python/test/types/test_modulesTypeObjectSupport.hpp index 6ec649dc..53407201 100644 --- a/fastdds_python/test/types/test_modulesTypeObjectSupport.hpp +++ b/fastdds_python/test/types/test_modulesTypeObjectSupport.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP_ -#define _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP_ +#ifndef FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP +#define FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP #include @@ -113,4 +113,4 @@ eProsima_user_DllExport void register_KeyedCompleteTestType_type_identifier( #endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC -#endif // _FAST_DDS_GENERATED_EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP_ +#endif // FAST_DDS_GENERATED__EPROSIMA_TEST_TEST_MODULES_TYPE_OBJECT_SUPPORT_HPP diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorld.hpp b/fastdds_python_examples/HelloWorldExample/HelloWorld.hpp index 971fea8d..46d0d7b5 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorld.hpp +++ b/fastdds_python_examples/HelloWorldExample/HelloWorld.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_HELLOWORLD_HPP_ -#define _FAST_DDS_GENERATED_HELLOWORLD_HPP_ +#ifndef FAST_DDS_GENERATED__HELLOWORLD_HPP +#define FAST_DDS_GENERATED__HELLOWORLD_HPP #include #include diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.hpp b/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.hpp index 6feb8a9d..1164cd5c 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.hpp +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_HPP_ -#define _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_HPP_ +#ifndef FAST_DDS_GENERATED__HELLOWORLDCDRAUX_HPP +#define FAST_DDS_GENERATED__HELLOWORLDCDRAUX_HPP #include "HelloWorld.hpp" @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_HPP_ +#endif // FAST_DDS_GENERATED__HELLOWORLDCDRAUX_HPP diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.ipp b/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.ipp index 97df3fe9..19316df7 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.ipp +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldCdrAux.ipp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_IPP_ -#define _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_IPP_ +#ifndef FAST_DDS_GENERATED__HELLOWORLDCDRAUX_IPP +#define FAST_DDS_GENERATED__HELLOWORLDCDRAUX_IPP #include "HelloWorldCdrAux.hpp" @@ -122,5 +122,5 @@ void serialize_key( } // namespace fastcdr } // namespace eprosima -#endif // _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_IPP_ +#endif // FAST_DDS_GENERATED__HELLOWORLDCDRAUX_IPP diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.cxx b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.cxx index 41da3940..38393dbf 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.cxx +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.cxx @@ -19,7 +19,7 @@ * This file was generated by the tool fastddsgen. */ -#include "HelloWorldPubSubTypes.h" +#include "HelloWorldPubSubTypes.hpp" #include #include diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.h b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.hpp similarity index 89% rename from fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.h rename to fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.hpp index 3db9ca96..556d4c05 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.h +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.hpp @@ -13,21 +13,21 @@ // limitations under the License. /*! - * @file HelloWorldPubSubTypes.h + * @file HelloWorldPubSubTypes.hpp * This header file contains the declaration of the serialization functions. * * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_HELLOWORLD_PUBSUBTYPES_H_ -#define _FAST_DDS_GENERATED_HELLOWORLD_PUBSUBTYPES_H_ +#ifndef FAST_DDS_GENERATED__HELLOWORLD_PUBSUBTYPES_HPP +#define FAST_DDS_GENERATED__HELLOWORLD_PUBSUBTYPES_HPP #include #include -#include -#include -#include +#include +#include +#include #include "HelloWorld.hpp" @@ -106,7 +106,7 @@ class HelloWorldPubSubType : public eprosima::fastdds::dds::TopicDataType } eProsima_user_DllExport inline bool is_plain( - eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override + eprosima::fastdds::dds::DataRepresentationId_t data_representation) const override { static_cast(data_representation); return false; @@ -124,10 +124,10 @@ class HelloWorldPubSubType : public eprosima::fastdds::dds::TopicDataType #endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE - MD5 m_md5; + eprosima::fastdds::MD5 m_md5; unsigned char* m_keyBuffer; }; -#endif // _FAST_DDS_GENERATED_HELLOWORLD_PUBSUBTYPES_H_ +#endif // FAST_DDS_GENERATED__HELLOWORLD_PUBSUBTYPES_HPP diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.i b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.i index cac4f8c3..e5f29a20 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.i +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldPubSubTypes.i @@ -22,9 +22,9 @@ %import(module="fastdds") "fastdds/dds/topic/TopicDataType.hpp"; %{ -#include "HelloWorldPubSubTypes.h" +#include "HelloWorldPubSubTypes.hpp" %} #define GEN_API_VER 2 -%include "HelloWorldPubSubTypes.h" +%include "HelloWorldPubSubTypes.hpp" diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorldTypeObjectSupport.hpp b/fastdds_python_examples/HelloWorldExample/HelloWorldTypeObjectSupport.hpp index 2eba797b..ec922163 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorldTypeObjectSupport.hpp +++ b/fastdds_python_examples/HelloWorldExample/HelloWorldTypeObjectSupport.hpp @@ -19,8 +19,8 @@ * This file was generated by the tool fastddsgen. */ -#ifndef _FAST_DDS_GENERATED_HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP_ -#define _FAST_DDS_GENERATED_HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP_ +#ifndef FAST_DDS_GENERATED__HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP +#define FAST_DDS_GENERATED__HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP #include @@ -53,4 +53,4 @@ eProsima_user_DllExport void register_HelloWorld_type_identifier( #endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC -#endif // _FAST_DDS_GENERATED_HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP_ +#endif // FAST_DDS_GENERATED__HELLOWORLD_TYPE_OBJECT_SUPPORT_HPP