Skip to content

Commit 3041463

Browse files
Adjust for Fast DDS public headers migration to .hpp (#148)
* Refs #2112: Update headers from .h to .hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update types with Gen's PR Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent fb1dba6 commit 3041463

108 files changed

Lines changed: 266 additions & 266 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fastdds_python/src/swig/fastdds.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
%include "typemaps.i"
6666

6767
%{
68-
#include "fastdds/config.h"
68+
#include "fastdds/config.hpp"
6969

7070
bool has_statistics()
7171
{

fastdds_python/src/swig/fastdds/rtps/Endpoint.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/Endpoint.h"
16+
#include "fastdds/rtps/Endpoint.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/Endpoint.h"
19+
%include "fastdds/rtps/Endpoint.hpp"

fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/RTPSDomain.h"
16+
#include "fastdds/rtps/RTPSDomain.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/RTPSDomain.h"
19+
%include "fastdds/rtps/RTPSDomain.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/EndpointAttributes.h"
16+
#include "fastdds/rtps/attributes/EndpointAttributes.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/attributes/EndpointAttributes.h"
19+
%include "fastdds/rtps/attributes/EndpointAttributes.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/HistoryAttributes.h"
16+
#include "fastdds/rtps/attributes/HistoryAttributes.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/attributes/HistoryAttributes.h"
19+
%include "fastdds/rtps/attributes/HistoryAttributes.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/PropertyPolicy.h"
16+
#include "fastdds/rtps/attributes/PropertyPolicy.hpp"
1717
%}
1818

1919
// Ignore overloaded constructor that have no effect on target language
2020
%ignore eprosima::fastdds::rtps::PropertyPolicy::PropertyPolicy(PropertyPolicy &&);
2121
%ignore eprosima::fastdds::rtps::PropertyPolicyHelper;
2222

23-
%include "fastdds/rtps/attributes/PropertyPolicy.h"
23+
%include "fastdds/rtps/attributes/PropertyPolicy.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/RTPSParticipantAttributes.h"
16+
#include "fastdds/rtps/attributes/RTPSParticipantAttributes.hpp"
1717
%}
1818

1919
// Ignore deprecated methods
@@ -22,4 +22,4 @@
2222
%ignore eprosima::fastdds::rtps::RTPSParticipantAttributes;
2323
%ignore eprosima::fastdds::rtps::operator <<(std::ostream&, const DiscoveryProtocol&);;
2424

25-
%include "fastdds/rtps/attributes/RTPSParticipantAttributes.h"
25+
%include "fastdds/rtps/attributes/RTPSParticipantAttributes.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/ReaderAttributes.h"
16+
#include "fastdds/rtps/attributes/ReaderAttributes.hpp"
1717
%}
1818

1919
%ignore eprosima::fastdds::rtps::ReaderAttributes;
2020

21-
%include "fastdds/rtps/attributes/ReaderAttributes.h"
21+
%include "fastdds/rtps/attributes/ReaderAttributes.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/ServerAttributes.h"
16+
#include "fastdds/rtps/attributes/ServerAttributes.hpp"
1717
%}
1818

1919
// Ignore deprecated methods
@@ -24,4 +24,4 @@
2424

2525
%template(RemoteServerAttributesList) std::list<eprosima::fastdds::rtps::RemoteServerAttributes>;
2626

27-
%include "fastdds/rtps/attributes/ServerAttributes.h"
27+
%include "fastdds/rtps/attributes/ServerAttributes.hpp"

fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/attributes/WriterAttributes.h"
16+
#include "fastdds/rtps/attributes/WriterAttributes.hpp"
1717
%}
1818

1919
%ignore eprosima::fastdds::rtps::WriterAttributes;
2020

21-
%include "fastdds/rtps/attributes/WriterAttributes.h"
21+
%include "fastdds/rtps/attributes/WriterAttributes.hpp"

0 commit comments

Comments
 (0)