Skip to content

Commit effcac4

Browse files
Remove ReaderProxyData from public APIs (#167)
* Refs #21300. Refactor SubscriptionBuiltinTopicData. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21300. Additional fields on `SubscriptionBuiltinTopicData`. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21300. Move `ReaderProxyData.hpp` to src. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21300. Rename header to `ReaderDiscoveryStatus.hpp`. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 691e75e commit effcac4

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

fastdds_python/src/swig/fastdds.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ namespace xtypes {
166166
%include "fastdds/rtps/common/SequenceNumber.i"
167167
%include "fastdds/rtps/common/SampleIdentity.i"
168168
%include "fastdds/rtps/common/WriteParams.i"
169+
%include "fastdds/rtps/builtin/data/ContentFilterProperty.i"
169170

170171
%include "fastdds/dds/common/InstanceHandle.i"
171172
%include "fastdds/dds/core/ReturnCode.i"

fastdds_python/src/swig/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
#include "fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.hpp"
1717
%}
1818

19+
%include "fastdds/rtps/builtin/data/SubscriptionBuiltinTopicData.hpp"
1920
%include "fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.hpp"

fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i renamed to fastdds_python/src/swig/fastdds/rtps/builtin/data/ContentFilterProperty.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima).
1+
// Copyright 2024 Proyectos y Sistemas de Mantenimiento SL (eProsima).
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
%{
16-
#include "fastdds/rtps/builtin/data/ReaderProxyData.hpp"
16+
#include "fastdds/rtps/builtin/data/ContentFilterProperty.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/builtin/data/ReaderProxyData.hpp"
19+
%include "fastdds/rtps/builtin/data/ContentFilterProperty.hpp"

fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.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/reader/ReaderDiscoveryInfo.hpp"
16+
#include "fastdds/rtps/reader/ReaderDiscoveryStatus.hpp"
1717
%}
1818

19-
%include "fastdds/rtps/reader/ReaderDiscoveryInfo.hpp"
19+
%include "fastdds/rtps/reader/ReaderDiscoveryStatus.hpp"

0 commit comments

Comments
 (0)