Skip to content

Commit

Permalink
Refs #21128: Fix manually set .h to .hpp gen dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 18, 2024
1 parent 7c6ccb5 commit 57baad7
Show file tree
Hide file tree
Showing 76 changed files with 96 additions and 96 deletions.
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
2 changes: 1 addition & 1 deletion examples/cpp/configuration/SubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#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
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
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
2 changes: 1 addition & 1 deletion examples/cpp/custom_payload_pool/PublisherApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "Application.hpp"
#include "CLIParser.hpp"
#include "CustomPayloadPool.hpp"
#include "HelloWorldPubSubTypes.h"
#include "HelloWorldPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/custom_payload_pool/SubscriberApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "Application.hpp"
#include "CLIParser.hpp"
#include "CustomPayloadPool.hpp"
#include "HelloWorldPubSubTypes.h"
#include "HelloWorldPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;
namespace eprosima {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <fastdds/dds/domain/DomainParticipantListener.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>

#include "types/HelloWorldPubSubTypes.h"
#include "types/HelloWorldPubSubTypes.hpp"
#include "common.h"

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/domain/DomainParticipantListener.hpp>

#include "types/HelloWorldPubSubTypes.h"
#include "types/HelloWorldPubSubTypes.hpp"
#include "common.h"

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <fastdds/dds/publisher/DataWriterListener.hpp>
#include <fastdds/dds/topic/Topic.hpp>

#include "FlowControlExamplePubSubTypes.h"
#include "FlowControlExamplePubSubTypes.hpp"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <fastdds/dds/subscriber/DataReaderListener.hpp>
#include <fastdds/dds/topic/Topic.hpp>

#include "FlowControlExamplePubSubTypes.h"
#include "FlowControlExamplePubSubTypes.hpp"

class FlowControlExampleSubscriber
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDPUBLISHER_H_
#define HELLOWORLDPUBLISHER_H_

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

#include <fastdds/dds/publisher/DataWriterListener.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <fastdds/dds/subscriber/DataReaderListener.hpp>
#include <fastdds/dds/subscriber/SampleInfo.hpp>

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

class HelloWorldSubscriber
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDPUBLISHER_H_
#define HELLOWORLDPUBLISHER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDSUBSCRIBER_H_
#define HELLOWORLDSUBSCRIBER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/topic/Topic.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDPUBLISHER_H_
#define HELLOWORLDPUBLISHER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDSUBSCRIBER_H_
#define HELLOWORLDSUBSCRIBER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/subscriber/Subscriber.hpp>
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/dds/Keys/keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <fastdds/dds/subscriber/Subscriber.hpp>
#include <fastdds/dds/topic/Topic.hpp>

#include "samplePubSubTypes.h"
#include "samplePubSubTypes.hpp"

using namespace eprosima::fastdds::dds;
using namespace eprosima::fastdds::rtps;
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/dds/RequestReplyExample/CalculatorClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <mutex>
#include <vector>

#include "CalculatorPubSubTypes.h"
#include "CalculatorPubSubTypes.hpp"

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/dds/RequestReplyExample/CalculatorServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <mutex>
#include <vector>

#include "CalculatorPubSubTypes.h"
#include "CalculatorPubSubTypes.hpp"

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDPUBLISHER_H_
#define HELLOWORLDPUBLISHER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/topic/Topic.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDSUBSCRIBER_H_
#define HELLOWORLDSUBSCRIBER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/topic/Topic.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDPUBLISHER_H_
#define HELLOWORLDPUBLISHER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/publisher/DataWriter.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef HELLOWORLDSUBSCRIBER_H_
#define HELLOWORLDSUBSCRIBER_H_

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

#include <fastdds/dds/domain/DomainParticipant.hpp>
#include <fastdds/dds/topic/Topic.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


#include "LoanableHelloWorldPublisher.h"
#include "LoanableHelloWorldPubSubTypes.h"
#include "LoanableHelloWorldPubSubTypes.hpp"

#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>

#include "LoanableHelloWorldSubscriber.h"
#include "LoanableHelloWorldPubSubTypes.h"
#include "LoanableHelloWorldPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


#include "LoanableHelloWorldPublisher.h"
#include "LoanableHelloWorldPubSubTypes.h"
#include "LoanableHelloWorldPubSubTypes.hpp"

#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>

#include "LoanableHelloWorldSubscriber.h"
#include "LoanableHelloWorldPubSubTypes.h"
#include "LoanableHelloWorldPubSubTypes.hpp"

using namespace eprosima::fastdds::dds;

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/ListenerSubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <fastdds/dds/subscriber/Subscriber.hpp>

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

using namespace eprosima::fastdds::dds;
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/ListenerSubscriberApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <fastdds/dds/topic/TypeSupport.hpp>

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

using namespace eprosima::fastdds::dds;
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/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
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/WaitsetSubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <fastdds/dds/subscriber/SampleInfo.hpp>
#include <fastdds/dds/subscriber/Subscriber.hpp>

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

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/WaitsetSubscriberApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <fastdds/dds/topic/TypeSupport.hpp>

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

using namespace eprosima::fastdds::dds;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobject.hpp>
#include <fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectCdrAux.hpp>
#include <fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectPubSubTypes.h>
#include <fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectPubSubTypes.hpp>

#endif // FASTDDS_DDS_XTYPES_TYPE_REPRESENTATION__TYPEOBJECT_HPP

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <fastdds/rtps/builtin/data/WriterProxyData.hpp>

#include <fastdds/builtin/type_lookup_service/detail/TypeLookupTypes.hpp>
#include <fastdds/builtin/type_lookup_service/detail/TypeLookupTypesPubSubTypes.h>
#include <fastdds/builtin/type_lookup_service/detail/TypeLookupTypesPubSubTypes.hpp>
#include <fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp>
#include <fastdds/builtin/type_lookup_service/TypeLookupRequestListener.hpp>
#include <fastdds/xtypes/type_representation/TypeIdentifierWithSizeHashSpecialization.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/xtypes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ target_sources(fastdds-xtypes-type-representation INTERFACE

${PROJECT_SOURCE_DIR}/include/fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobject.hpp
${PROJECT_SOURCE_DIR}/include/fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectCdrAux.hpp
${PROJECT_SOURCE_DIR}/include/fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectPubSubTypes.h
${PROJECT_SOURCE_DIR}/include/fastdds/dds/xtypes/type_representation/detail/dds_xtypes_typeobjectPubSubTypes.hpp

exception/Exception.cpp
type_representation/dds_xtypes_typeobjectCdrAux.ipp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <statistics/fastdds/subscriber/SubscriberImpl.hpp>
#include <statistics/rtps/GuidUtils.hpp>
#include <statistics/types/types.hpp>
#include <statistics/types/typesPubSubTypes.h>
#include <statistics/types/typesPubSubTypes.hpp>
#include <utils/SystemInfo.hpp>
#include <xmlparser/attributes/PublisherAttributes.hpp>
#include <xmlparser/XMLParserCommon.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/statistics/rtps/monitor-service/MonitorService.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <rtps/writer/StatefulWriter.hpp>
#include <statistics/rtps/monitor-service/MonitorServiceListener.hpp>
#include <statistics/types/monitorservice_types.hpp>
#include <statistics/types/monitorservice_typesPubSubTypes.h>
#include <statistics/types/monitorservice_typesPubSubTypes.hpp>

namespace eprosima {
namespace fastdds {
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/api/dds-pim/ReqRepHelloWorldReplier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _TEST_BLACKBOX_REQREPHELLOWORLDREPLIER_HPP_
#define _TEST_BLACKBOX_REQREPHELLOWORLDREPLIER_HPP_

#include "../../types/HelloWorldPubSubTypes.h"
#include "../../types/HelloWorldPubSubTypes.hpp"

#include <fastdds/dds/subscriber/DataReaderListener.hpp>
#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/api/dds-pim/ReqRepHelloWorldRequester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _TEST_BLACKBOX_REQREPHELLOWORLDREQUESTER_HPP_
#define _TEST_BLACKBOX_REQREPHELLOWORLDREQUESTER_HPP_

#include "../../types/HelloWorldPubSubTypes.h"
#include "../../types/HelloWorldPubSubTypes.hpp"

#include <fastdds/dds/subscriber/DataReader.hpp>
#include <fastdds/dds/subscriber/DataReaderListener.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/api/dds-pim/TCPReqRepHelloWorldReplier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _TEST_BLACKBOX_TCPReqRepHelloWorldReplier_HPP_
#define _TEST_BLACKBOX_TCPReqRepHelloWorldReplier_HPP_

#include "../../types/HelloWorldPubSubTypes.h"
#include "../../types/HelloWorldPubSubTypes.hpp"

#include <fastdds/dds/subscriber/DataReader.hpp>
#include <fastdds/dds/subscriber/DataReaderListener.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/api/dds-pim/TCPReqRepHelloWorldRequester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _TEST_BLACKBOX_TCPReqRepHelloWorldRequester_HPP_
#define _TEST_BLACKBOX_TCPReqRepHelloWorldRequester_HPP_

#include "../../types/HelloWorldPubSubTypes.h"
#include "../../types/HelloWorldPubSubTypes.hpp"

#include <fastdds/dds/subscriber/DataReader.hpp>
#include <fastdds/dds/subscriber/DataReaderListener.hpp>
Expand Down
Loading

0 comments on commit 57baad7

Please sign in to comment.