Skip to content

Commit

Permalink
Add ReplierQos and RequesterQos (#113)
Browse files Browse the repository at this point in the history
* Refs #20567: Add ReplierQos and RequesterQos

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

* Refs #20567: Apply Eliana's suggestions

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

---------

Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored and JLBuenoLopez committed Apr 3, 2024
1 parent 0925094 commit a1c89b1
Show file tree
Hide file tree
Showing 21 changed files with 56 additions and 327 deletions.
2 changes: 2 additions & 0 deletions fastdds_python/src/swig/fastdds.i
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ namespace builtin {
%include "fastdds/dds/domain/DomainParticipantListener.i"
%include "fastdds/dds/domain/qos/DomainParticipantFactoryQos.i"
%include "fastdds/dds/domain/qos/DomainParticipantQos.i"
%include "fastdds/dds/domain/qos/ReplierQos.i"
%include "fastdds/dds/domain/qos/RequesterQos.i"
%include "fastdds/dds/domain/DomainParticipant.i"
%include "fastdds/dds/domain/DomainParticipantFactory.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/TimeConversion.h"
#include "fastdds/dds/domain/qos/ReplierQos.hpp"
%}

%include "fastrtps/utils/TimeConversion.h"
%include "fastdds/dds/domain/qos/ReplierQos.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

%{
#include "fastrtps/rtps/builtin/liveliness/WLP.h"
#include "fastdds/dds/domain/qos/RequesterQos.hpp"
%}

%include "fastrtps/rtps/builtin/liveliness/WLP.h"
%include "fastdds/dds/domain/qos/RequesterQos.hpp"

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/attributes/PublisherAttributes.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/attributes/ReplierAttributes.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/attributes/RequesterAttributes.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/attributes/SubscriberAttributes.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/rtps/builtin/BuiltinProtocols.i

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/rtps/messages/MessageReceiver.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/utils/DBQueue.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/utils/Semaphore.i

This file was deleted.

19 changes: 0 additions & 19 deletions fastdds_python/src/swig/fastrtps/utils/StringMatching.i

This file was deleted.

Loading

0 comments on commit a1c89b1

Please sign in to comment.