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 Mar 27, 2024
1 parent 9477763 commit bc90ddb
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 bc90ddb

Please sign in to comment.