Skip to content

Commit

Permalink
Refs #20566: Migrate fastrtps/utils/collections to fastdds
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Mar 21, 2024
1 parent 42a7aae commit f04fb34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions fastdds_python/src/swig/fastdds.i
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,9 @@ namespace builtin {
%include "fastdds/rtps/common/Guid.i"
%include "fastdds/rtps/common/PortParameters.i"
%include "fastdds/rtps/common/InstanceHandle.i"
%include "fastrtps/types/TypesBase.i"
%include "fastdds/rtps/resources/ResourceManagement.i"
%include "fastrtps/utils/collections/ResourceLimitedContainerConfig.i"
%include "fastrtps/utils/collections/ResourceLimitedVector.i"
%include "fastdds/utils/collections/ResourceLimitedContainerConfig.i"
%include "fastdds/utils/collections/ResourceLimitedVector.i"
%include "fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i"
%include "fastdds/rtps/attributes/ThreadSettings.i"
%include "fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i"
Expand All @@ -152,6 +151,7 @@ namespace builtin {
%include "fastdds/rtps/common/SequenceNumber.i"
%include "fastdds/rtps/common/SampleIdentity.i"
%include "fastdds/rtps/common/WriteParams.i"
%include "fastrtps/types/TypesBase.i"

/*
%include "fastdds/rtps/common/SerializedPayload.i"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

%{
#include "fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp"
#include "fastdds/utils/collections/ResourceLimitedContainerConfig.hpp"
%}

%include "fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp"
%include "fastdds/utils/collections/ResourceLimitedContainerConfig.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

%{
#include "fastrtps/utils/collections/ResourceLimitedVector.hpp"
#include "fastdds/utils/collections/ResourceLimitedVector.hpp"
%}

// Operator[] is ignored by SWIG because it does not map correctly to target languages
Expand Down Expand Up @@ -61,4 +61,4 @@
}
}

%include "fastrtps/utils/collections/ResourceLimitedVector.hpp"
%include "fastdds/utils/collections/ResourceLimitedVector.hpp"

0 comments on commit f04fb34

Please sign in to comment.