Skip to content

Commit

Permalink
Make all public headers .hpp (#4958)
Browse files Browse the repository at this point in the history
* Refs #21128: fuzz/C++/fuzz_XMLProfiles/fuzz_utils.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/EndpointAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/EndpointSecurityAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/HistoryAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/PropertyPolicy.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/ReaderAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/RTPSParticipantAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/ServerAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/TopicAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/attributes/WriterAttributes.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/builtin/data/ReaderProxyData.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/builtin/data/WriterProxyData.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/BinaryProperty.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/CacheChange.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/CDRMessage_t.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/FragmentNumber.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Guid.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/InstanceHandle.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Locator.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/MatchingInfo.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/PortParameters.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Property.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/SampleIdentity.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/SequenceNumber.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/SerializedPayload.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Time_t.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Token.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/Types.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/common/WriteParams.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/history/History.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/history/IChangePool.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/history/IPayloadPool.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/history/ReaderHistory.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/history/WriterHistory.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/messages/RTPS_messages.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/participant/ParticipantDiscoveryInfo.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/participant/RTPSParticipant.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/participant/RTPSParticipantListener.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/reader/ReaderDiscoveryInfo.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/reader/ReaderListener.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/reader/RTPSReader.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/resources/ResourceManagement.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/ChainingTransport.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/ChainingTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/SenderResource.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/SocketTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TCPTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TCPv4TransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TCPv6TransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TransportDescriptorInterface.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TransportInterface.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/TransportReceiverInterface.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/UDPTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/UDPv4TransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/UDPv6TransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/writer/RTPSWriter.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/writer/WriterDiscoveryInfo.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/writer/WriterListener.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/Endpoint.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/RTPSDomain.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/utils/IPFinder.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/utils/IPLocator.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update versions.md

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/utils/md5.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update guards in include/fastdds/dds

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update guards in include/fastdds/rtps

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update missing guards in include/fastdds/statistics and some more

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Set config.h as config.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Remove uncrustify autogenerated 'ifndef' from closing guard

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Set missing closing namespace with proper comment

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Please linter (avoiding generated files)

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Fix MD5 namespacing issues

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Apply rev suggestions

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Fix manually set .h to .hpp gen dependencies

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update mock's guards and .h to .hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Update all mock's guards

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Please linter

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Regenerate types

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Apply rev suggestions

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Add includes missed in the rebase

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21128: Regenerate types (2)

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 27, 2024
1 parent 068092b commit ccacad0
Show file tree
Hide file tree
Showing 1,122 changed files with 6,474 additions and 6,225 deletions.
4 changes: 2 additions & 2 deletions examples/cpp/configuration/Configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen.
*/

#ifndef _FAST_DDS_GENERATED_CONFIGURATION_HPP_
#define _FAST_DDS_GENERATED_CONFIGURATION_HPP_
#ifndef FAST_DDS_GENERATED__CONFIGURATION_HPP
#define FAST_DDS_GENERATED__CONFIGURATION_HPP

#include <array>
#include <cstdint>
Expand Down
6 changes: 3 additions & 3 deletions examples/cpp/configuration/ConfigurationCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen.
*/

#ifndef _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_HPP_
#define _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_HPP_
#ifndef FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_HPP
#define FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_HPP

#include "Configuration.hpp"

Expand All @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_HPP_
#endif // FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_HPP

6 changes: 3 additions & 3 deletions examples/cpp/configuration/ConfigurationCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen.
*/

#ifndef _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_IPP_
#define _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_IPP_
#ifndef FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_IPP
#define FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_IPP

#include "ConfigurationCdrAux.hpp"

Expand Down Expand Up @@ -130,5 +130,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_CONFIGURATIONCDRAUX_IPP_
#endif // FAST_DDS_GENERATED__CONFIGURATIONCDRAUX_IPP

2 changes: 1 addition & 1 deletion examples/cpp/configuration/ConfigurationPubSubTypes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* This file was generated by the tool fastddsgen.
*/

#include "ConfigurationPubSubTypes.h"
#include "ConfigurationPubSubTypes.hpp"

#include <fastdds/dds/log/Log.hpp>
#include <fastdds/rtps/common/CdrSerialization.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
// limitations under the License.

/*!
* @file ConfigurationPubSubTypes.h
* @file ConfigurationPubSubTypes.hpp
* This header file contains the declaration of the serialization functions.
*
* This file was generated by the tool fastddsgen.
*/


#ifndef _FAST_DDS_GENERATED_CONFIGURATION_PUBSUBTYPES_H_
#define _FAST_DDS_GENERATED_CONFIGURATION_PUBSUBTYPES_H_
#ifndef FAST_DDS_GENERATED__CONFIGURATION_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__CONFIGURATION_PUBSUBTYPES_HPP

#include <fastdds/dds/core/policy/QosPolicies.hpp>
#include <fastdds/dds/topic/TopicDataType.hpp>
#include <fastdds/rtps/common/InstanceHandle.h>
#include <fastdds/rtps/common/SerializedPayload.h>
#include <fastdds/utils/md5.h>
#include <fastdds/rtps/common/InstanceHandle.hpp>
#include <fastdds/rtps/common/SerializedPayload.hpp>
#include <fastdds/utils/md5.hpp>

#include "Configuration.hpp"

Expand Down Expand Up @@ -106,7 +106,7 @@ class ConfigurationPubSubType : 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<void>(data_representation);
return false;
Expand All @@ -124,10 +124,10 @@ class ConfigurationPubSubType : 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_CONFIGURATION_PUBSUBTYPES_H_
#endif // FAST_DDS_GENERATED__CONFIGURATION_PUBSUBTYPES_HPP

6 changes: 3 additions & 3 deletions examples/cpp/configuration/ConfigurationTypeObjectSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen.
*/

#ifndef _FAST_DDS_GENERATED_CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP_
#define _FAST_DDS_GENERATED_CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP_
#ifndef FAST_DDS_GENERATED__CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP

#include <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

Expand Down Expand Up @@ -53,4 +53,4 @@ eProsima_user_DllExport void register_Configuration_type_identifier(

#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#endif // _FAST_DDS_GENERATED_CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP_
#endif // FAST_DDS_GENERATED__CONFIGURATION_TYPE_OBJECT_SUPPORT_HPP
6 changes: 3 additions & 3 deletions examples/cpp/configuration/PublisherApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <fastdds/dds/publisher/Publisher.hpp>
#include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
#include <fastdds/dds/publisher/qos/PublisherQos.hpp>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
#include <fastdds/rtps/transport/UDPv6TransportDescriptor.h>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>
#include <fastdds/rtps/transport/UDPv6TransportDescriptor.hpp>

using namespace eprosima::fastdds::dds;
using namespace eprosima::fastdds::rtps;
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/configuration/PublisherApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "Application.hpp"
#include "CLIParser.hpp"
#include "ConfigurationPubSubTypes.h"
#include "ConfigurationPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
8 changes: 4 additions & 4 deletions examples/cpp/configuration/SubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
#include <fastdds/dds/subscriber/qos/SubscriberQos.hpp>
#include <fastdds/dds/subscriber/SampleInfo.hpp>
#include <fastdds/dds/subscriber/Subscriber.hpp>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
#include <fastdds/rtps/transport/UDPv6TransportDescriptor.h>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>
#include <fastdds/rtps/transport/UDPv6TransportDescriptor.hpp>

#include "Application.hpp"
#include "CLIParser.hpp"
#include "ConfigurationPubSubTypes.h"
#include "ConfigurationPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;
using namespace eprosima::fastdds::rtps;
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/configuration/SubscriberApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "Application.hpp"
#include "CLIParser.hpp"
#include "ConfigurationPubSubTypes.h"
#include "ConfigurationPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
4 changes: 2 additions & 2 deletions examples/cpp/content_filter/HelloWorld.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdint>
#include <string>
Expand Down
6 changes: 3 additions & 3 deletions examples/cpp/content_filter/HelloWorldCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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

6 changes: 3 additions & 3 deletions examples/cpp/content_filter/HelloWorldCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -122,5 +122,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_IPP_
#endif // FAST_DDS_GENERATED__HELLOWORLDCDRAUX_IPP

2 changes: 1 addition & 1 deletion examples/cpp/content_filter/HelloWorldPubSubTypes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* This file was generated by the tool fastddsgen.
*/

#include "HelloWorldPubSubTypes.h"
#include "HelloWorldPubSubTypes.hpp"

#include <fastdds/dds/log/Log.hpp>
#include <fastdds/rtps/common/CdrSerialization.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fastdds/dds/core/policy/QosPolicies.hpp>
#include <fastdds/dds/topic/TopicDataType.hpp>
#include <fastdds/rtps/common/InstanceHandle.h>
#include <fastdds/rtps/common/SerializedPayload.h>
#include <fastdds/utils/md5.h>
#include <fastdds/rtps/common/InstanceHandle.hpp>
#include <fastdds/rtps/common/SerializedPayload.hpp>
#include <fastdds/utils/md5.hpp>

#include "HelloWorld.hpp"

Expand Down Expand Up @@ -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<void>(data_representation);
return false;
Expand All @@ -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

6 changes: 3 additions & 3 deletions examples/cpp/content_filter/HelloWorldTypeObjectSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions examples/cpp/content_filter/PublisherApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <fastdds/dds/publisher/Publisher.hpp>
#include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
#include <fastdds/dds/publisher/qos/PublisherQos.hpp>
#include <fastdds/rtps/common/Locator.h>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
#include <fastdds/rtps/common/Locator.hpp>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>

#include "HelloWorldTypeObjectSupport.hpp"

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/content_filter/PublisherApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "Application.hpp"
#include "CLIParser.hpp"
#include "HelloWorldPubSubTypes.h"
#include "HelloWorldPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
4 changes: 2 additions & 2 deletions examples/cpp/content_filter/SubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <fastdds/dds/subscriber/DataReader.hpp>
#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
#include <fastdds/dds/subscriber/SampleInfo.hpp>
#include <fastdds/rtps/common/Locator.h>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
#include <fastdds/rtps/common/Locator.hpp>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>

#include "HelloWorldTypeObjectSupport.hpp"

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/content_filter/SubscriberApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include "Application.hpp"
#include "CLIParser.hpp"
#include "HelloWorldPubSubTypes.h"
#include "HelloWorldPubSubTypes.hpp"
#include "CustomContentFilterFactory.hpp"

using namespace eprosima::fastdds::dds;
Expand Down
4 changes: 2 additions & 2 deletions examples/cpp/custom_payload_pool/CustomPayloadPool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <stdio.h>
#include <string.h>

#include <fastdds/rtps/history/IPayloadPool.h>
#include <fastdds/rtps/common/SerializedPayload.h>
#include <fastdds/rtps/history/IPayloadPool.hpp>
#include <fastdds/rtps/common/SerializedPayload.hpp>

class CustomPayloadPool : public eprosima::fastdds::rtps::IPayloadPool
{
Expand Down
4 changes: 2 additions & 2 deletions examples/cpp/custom_payload_pool/HelloWorld.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdint>
#include <string>
Expand Down
6 changes: 3 additions & 3 deletions examples/cpp/custom_payload_pool/HelloWorldCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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

6 changes: 3 additions & 3 deletions examples/cpp/custom_payload_pool/HelloWorldCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -122,5 +122,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // _FAST_DDS_GENERATED_HELLOWORLDCDRAUX_IPP_
#endif // FAST_DDS_GENERATED__HELLOWORLDCDRAUX_IPP

Loading

0 comments on commit ccacad0

Please sign in to comment.